Html Css Color HEX #612323 Red Oxide

📋 copy color: '#612323'

red 97 ◦ green 35 ◦ blue 35

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

Shades of Red Oxide #612323

Tints of Red Oxide #612323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.96%

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

R = 58.08%
G = 20.96%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#612323 (or 0x612323) is known color: Red Oxide. HEX triplet: 61, 23 and 23. RGB value is (97,35,35). Sum of RGB (Red+Green+Blue) = 97+35+35=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #612323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612323 is #9EDCDC. Grayscale: #353535. Windows color (decimal): -10411229 or 2302817. OLE color: 2302817.

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

Color convert

RGB 97 35 35 -
CMYK 0 0.64 0.64 0.62
HSL 0.47% 0.26% -
HSV(B) 0.64% 0.38% -
XYZ 5.83 3.86 2.03 -
YUV 53.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 97 35 35 0 0.64 0.64 0.62 0 0.47 0.26
Hex 61 23 23 0 40 40 3E 0 2F 1A
Octal 141 43 43 0 100 100 76 0 57 32
Binary 1100001 100011 100011 0 1000000 1000000 111110 0 101111 11010

Color Harmonies of #612323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612323

Black with #612323

Text Example


Text Example

White with #612323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612323; }

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

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

background-color css

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

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

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

border-color css

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

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

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