Html Css Color HEX #612523 Red Oxide

📋 copy color: '#612523'

red 97 ◦ green 37 ◦ blue 35

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

Shades of Red Oxide #612523

Tints of Red Oxide #612523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.71%

R = 57.4%
G = 21.89%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#612523 (or 0x612523) is known color: Red Oxide. HEX triplet: 61, 25 and 23. RGB value is (97,37,35). Sum of RGB (Red+Green+Blue) = 97+37+35=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #612523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612523 is #9EDADC. Grayscale: #363636. Windows color (decimal): -10410717 or 2303329. OLE color: 2303329.

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

Color convert

RGB 97 37 35 -
CMYK 0 0.62 0.64 0.62
HSL 1.94º 0.47% 0.26% -
HSV(B) 1.94º 0.64% 0.38% -
XYZ 5.89 3.99 2.05 -
YUV 54.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 97 37 35 0 0.62 0.64 0.62 1.94 0.47 0.26
Hex 61 25 23 0 3E 40 3E 2 2F 1A
Octal 141 45 43 0 76 100 76 2 57 32
Binary 1100001 100101 100011 0 111110 1000000 111110 10 101111 11010

Color Harmonies of #612523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612523

Black with #612523

Text Example


Text Example

White with #612523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612523; }

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

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

background-color css

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

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

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

border-color css

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

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

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