Html Css Color HEX #5F2423 Red Oxide

📋 copy color: '#5F2423'

red 95 ◦ green 36 ◦ blue 35

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

Shades of Red Oxide #5F2423

Tints of Red Oxide #5F2423

RGB

 RED value IS 95 (37.5% from 255) = 57.23%

 GREEN value IS 36 (14.45% from 255) = 21.69%

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

R = 57.23%
G = 21.69%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.63

RGB Variations

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

Color information

#5F2423 (or 0x5F2423) is known color: Red Oxide. HEX triplet: 5F, 24 and 23. RGB value is (95,36,35). Sum of RGB (Red+Green+Blue) = 95+36+35=166 (21% of max value = 765). Red value is 95 (37.5% from 255 or 57.23% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2423 is #A0DBDC. Grayscale: #353535. Windows color (decimal): -10542045 or 2303071. OLE color: 2303071.

HSL color Cylindrical-coordinate representation of color #5F2423: hue angle of 1º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F2423 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 36 35 -
CMYK 0 0.62 0.63 0.63
HSL 0.46% 0.25% -
HSV(B) 0.63% 0.37% -
XYZ 5.65 3.82 2.03 -
YUV 53.53 117.55 157.58 -
System Red Green Blue C M Y K H S L
Decimal 95 36 35 0 0.62 0.63 0.63 1 0.46 0.25
Hex 5F 24 23 0 3E 3F 3F 1 2E 19
Octal 137 44 43 0 76 77 77 1 56 31
Binary 1011111 100100 100011 0 111110 111111 111111 1 101110 11001

Color Harmonies of #5F2423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2423

Black with #5F2423

Text Example


Text Example

White with #5F2423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F2423; }

 p { color: rgb(95,36,35); }

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

background-color css

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

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

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

border-color css

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

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

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