Html Css Color HEX #611C1B Red Oxide

📋 copy color: '#611C1B'

red 97 ◦ green 28 ◦ blue 27

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

Shades of Red Oxide #611C1B

Tints of Red Oxide #611C1B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.42%

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

R = 63.82%
G = 18.42%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#611C1B (or 0x611C1B) is known color: Red Oxide. HEX triplet: 61, 1C and 1B. RGB value is (97,28,27). Sum of RGB (Red+Green+Blue) = 97+28+27=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #611C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611C1B is #9EE3E4. Grayscale: #303030. Windows color (decimal): -10413029 or 1776737. OLE color: 1776737.

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

Color convert

RGB 97 28 27 -
CMYK 0 0.71 0.72 0.62
HSL 0.86º 0.56% 0.24% -
HSV(B) 0.86º 0.72% 0.38% -
XYZ 5.54 3.45 1.41 -
YUV 48.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 97 28 27 0 0.71 0.72 0.62 0.86 0.56 0.24
Hex 61 1C 1B 0 47 48 3E 1 38 18
Octal 141 34 33 0 107 110 76 1 70 30
Binary 1100001 11100 11011 0 1000111 1001000 111110 1 111000 11000

Color Harmonies of #611C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611C1B

Black with #611C1B

Text Example


Text Example

White with #611C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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