Html Css Color HEX #612727 Red Oxide

📋 copy color: '#612727'

red 97 ◦ green 39 ◦ blue 39

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

Shades of Red Oxide #612727

Tints of Red Oxide #612727

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.29%

 BLUE value IS 39 (15.63% from 255) = 22.29%

R = 55.43%
G = 22.29%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#612727 (or 0x612727) is known color: Red Oxide. HEX triplet: 61, 27 and 27. RGB value is (97,39,39). Sum of RGB (Red+Green+Blue) = 97+39+39=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #612727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612727 is #9ED8D8. Grayscale: #383838. Windows color (decimal): -10410201 or 2565985. OLE color: 2565985.

HSL color Cylindrical-coordinate representation of color #612727: hue angle of 0º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #612727 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 39 39 -
CMYK 0 0.60 0.60 0.62
HSL 0.43% 0.27% -
HSV(B) 0.6% 0.38% -
XYZ 6.02 4.14 2.4 -
YUV 56.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 97 39 39 0 0.60 0.60 0.62 0 0.43 0.27
Hex 61 27 27 0 3C 3C 3E 0 2B 1B
Octal 141 47 47 0 74 74 76 0 53 33
Binary 1100001 100111 100111 0 111100 111100 111110 0 101011 11011

Color Harmonies of #612727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612727

Black with #612727

Text Example


Text Example

White with #612727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612727; }

 p { color: rgb(97,39,39); }

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

background-color css

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

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

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

border-color css

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

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

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