Html Css Color HEX #611B1B Red Oxide

📋 copy color: '#611B1B'

red 97 ◦ green 27 ◦ blue 27

#611B1B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #611B1B

Tints of Red Oxide #611B1B

RGB

 RED value IS 97 (38.28% from 255) = 64.24%

 GREEN value IS 27 (10.94% from 255) = 17.88%

 BLUE value IS 27 (10.94% from 255) = 17.88%

R = 64.24%
G = 17.88%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#611B1B (or 0x611B1B) is known color: Red Oxide. HEX triplet: 61, 1B and 1B. RGB value is (97,27,27). Sum of RGB (Red+Green+Blue) = 97+27+27=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #611B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611B1B is #9EE4E4. Grayscale: #303030. Windows color (decimal): -10413285 or 1776481. OLE color: 1776481.

HSL color Cylindrical-coordinate representation of color #611B1B: hue angle of 0º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #611B1B is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 27 27 -
CMYK 0 0.72 0.72 0.62
HSL 0.56% 0.24% -
HSV(B) 0.72% 0.38% -
XYZ 5.52 3.4 1.4 -
YUV 47.93 116.19 163 -
System Red Green Blue C M Y K H S L
Decimal 97 27 27 0 0.72 0.72 0.62 0 0.56 0.24
Hex 61 1B 1B 0 48 48 3E 0 38 18
Octal 141 33 33 0 110 110 76 0 70 30
Binary 1100001 11011 11011 0 1001000 1001000 111110 0 111000 11000

Color Harmonies of #611B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611B1B

Black with #611B1B

Text Example


Text Example

White with #611B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611B1B; }

 p { color: rgb(97,27,27); }

 H1.HeaderClassName
 {
   color: #611B1B;
 }
 .AnyTagClassName
 {
   color: #611B1B;
 }
</style>

background-color css

<style>
 a { background-color: #611B1B; }

 a { background-color: rgb(97,27,27); }

 div.DivClassName
 {
   background-color: #611B1B;
 }
 .BgClassName
 {
   background-color: #611B1B;
 }
</style>

border-color css

<style>
 span { border-color: #611B1B; }

 span { border-color: rgb(97,27,27); }

 td.TdClassName
 {
   border-color: #611B1B;
 }
 .TagClassName
 {
   border-color: #611B1B;
 }
</style>