Html Css Color HEX #611B0D Red Oxide

📋 copy color: '#611B0D'

red 97 ◦ green 27 ◦ blue 13

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

Shades of Red Oxide #611B0D

Tints of Red Oxide #611B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.49%

R = 70.8%
G = 19.71%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#611B0D (or 0x611B0D) is known color: Red Oxide. HEX triplet: 61, 1B and 0D. RGB value is (97,27,13). Sum of RGB (Red+Green+Blue) = 97+27+13=137 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.80% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 97 - color contains mainly: red. Hex color #611B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611B0D is #9EE4F2. Grayscale: #2E2E2E. Windows color (decimal): -10413299 or 858977. OLE color: 858977.

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

Color convert

RGB 97 27 13 -
CMYK 0 0.72 0.87 0.62
HSL 10º 0.76% 0.22% -
HSV(B) 10º 0.87% 0.38% -
XYZ 5.39 3.35 0.74 -
YUV 46.33 109.19 164.14 -
System Red Green Blue C M Y K H S L
Decimal 97 27 13 0 0.72 0.87 0.62 10 0.76 0.22
Hex 61 1B D 0 48 57 3E A 4C 16
Octal 141 33 15 0 110 127 76 12 114 26
Binary 1100001 11011 1101 0 1001000 1010111 111110 1010 1001100 10110

Color Harmonies of #611B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611B0D

Black with #611B0D

Text Example


Text Example

White with #611B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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