Html Css Color HEX #611D0D Red Oxide

📋 copy color: '#611D0D'

red 97 ◦ green 29 ◦ blue 13

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

Shades of Red Oxide #611D0D

Tints of Red Oxide #611D0D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.86%

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

R = 69.78%
G = 20.86%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#611D0D (or 0x611D0D) is known color: Red Oxide. HEX triplet: 61, 1D and 0D. RGB value is (97,29,13). Sum of RGB (Red+Green+Blue) = 97+29+13=139 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.78% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 97 - color contains mainly: red. Hex color #611D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611D0D is #9EE2F2. Grayscale: #2F2F2F. Windows color (decimal): -10412787 or 859489. OLE color: 859489.

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

Color convert

RGB 97 29 13 -
CMYK 0 0.70 0.87 0.62
HSL 11.43º 0.76% 0.22% -
HSV(B) 11.43º 0.87% 0.38% -
XYZ 5.44 3.45 0.76 -
YUV 47.51 108.53 163.3 -
System Red Green Blue C M Y K H S L
Decimal 97 29 13 0 0.70 0.87 0.62 11.43 0.76 0.22
Hex 61 1D D 0 46 57 3E B 4C 16
Octal 141 35 15 0 106 127 76 13 114 26
Binary 1100001 11101 1101 0 1000110 1010111 111110 1011 1001100 10110

Color Harmonies of #611D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611D0D

Black with #611D0D

Text Example


Text Example

White with #611D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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