Html Css Color HEX #612521 Red Oxide

📋 copy color: '#612521'

red 97 ◦ green 37 ◦ blue 33

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

Shades of Red Oxide #612521

Tints of Red Oxide #612521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.16%

 BLUE value IS 33 (13.28% from 255) = 19.76%

R = 58.08%
G = 22.16%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#612521 (or 0x612521) is known color: Red Oxide. HEX triplet: 61, 25 and 21. RGB value is (97,37,33). Sum of RGB (Red+Green+Blue) = 97+37+33=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #612521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612521 is #9EDADE. Grayscale: #363636. Windows color (decimal): -10410719 or 2172257. OLE color: 2172257.

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

Color convert

RGB 97 37 33 -
CMYK 0 0.62 0.66 0.62
HSL 3.75º 0.49% 0.25% -
HSV(B) 3.75º 0.66% 0.38% -
XYZ 5.87 3.97 1.9 -
YUV 54.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 97 37 33 0 0.62 0.66 0.62 3.75 0.49 0.25
Hex 61 25 21 0 3E 42 3E 4 31 19
Octal 141 45 41 0 76 102 76 4 61 31
Binary 1100001 100101 100001 0 111110 1000010 111110 100 110001 11001

Color Harmonies of #612521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612521

Black with #612521

Text Example


Text Example

White with #612521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612521; }

 p { color: rgb(97,37,33); }

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

background-color css

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

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

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

border-color css

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

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

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