Html Css Color HEX #611A0D Red Oxide

📋 copy color: '#611A0D'

red 97 ◦ green 26 ◦ blue 13

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

Shades of Red Oxide #611A0D

Tints of Red Oxide #611A0D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.12%

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

R = 71.32%
G = 19.12%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#611A0D (or 0x611A0D) is known color: Red Oxide. HEX triplet: 61, 1A and 0D. RGB value is (97,26,13). Sum of RGB (Red+Green+Blue) = 97+26+13=136 (18% of max value = 765). Red value is 97 (38.28% from 255 or 71.32% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 97 - color contains mainly: red. Hex color #611A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611A0D is #9EE5F2. Grayscale: #2D2D2D. Windows color (decimal): -10413555 or 858721. OLE color: 858721.

HSL color Cylindrical-coordinate representation of color #611A0D: hue angle of 9.29º 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 #611A0D is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 26 13 -
CMYK 0 0.73 0.87 0.62
HSL 9.29º 0.76% 0.22% -
HSV(B) 9.29º 0.87% 0.38% -
XYZ 5.37 3.31 0.74 -
YUV 45.75 109.52 164.56 -
System Red Green Blue C M Y K H S L
Decimal 97 26 13 0 0.73 0.87 0.62 9.29 0.76 0.22
Hex 61 1A D 0 49 57 3E 9 4C 16
Octal 141 32 15 0 111 127 76 11 114 26
Binary 1100001 11010 1101 0 1001001 1010111 111110 1001 1001100 10110

Color Harmonies of #611A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611A0D

Black with #611A0D

Text Example


Text Example

White with #611A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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