Html Css Color HEX #611D1B Red Oxide

📋 copy color: '#611D1B'

red 97 ◦ green 29 ◦ blue 27

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

Shades of Red Oxide #611D1B

Tints of Red Oxide #611D1B

RGB

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

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

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

R = 63.4%
G = 18.95%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#611D1B (or 0x611D1B) is known color: Red Oxide. HEX triplet: 61, 1D and 1B. RGB value is (97,29,27). Sum of RGB (Red+Green+Blue) = 97+29+27=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #611D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611D1B is #9EE2E4. Grayscale: #313131. Windows color (decimal): -10412773 or 1776993. OLE color: 1776993.

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

Color convert

RGB 97 29 27 -
CMYK 0 0.70 0.72 0.62
HSL 1.71º 0.56% 0.24% -
HSV(B) 1.71º 0.72% 0.38% -
XYZ 5.57 3.5 1.42 -
YUV 49.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 97 29 27 0 0.70 0.72 0.62 1.71 0.56 0.24
Hex 61 1D 1B 0 46 48 3E 2 38 18
Octal 141 35 33 0 106 110 76 2 70 30
Binary 1100001 11101 11011 0 1000110 1001000 111110 10 111000 11000

Color Harmonies of #611D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611D1B

Black with #611D1B

Text Example


Text Example

White with #611D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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