Html Css Color HEX #672424 Red Oxide

📋 copy color: '#672424'

red 103 ◦ green 36 ◦ blue 36

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

Shades of Red Oxide #672424

Tints of Red Oxide #672424

RGB

 RED value IS 103 (40.63% from 255) = 58.86%

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

 BLUE value IS 36 (14.45% from 255) = 20.57%

R = 58.86%
G = 20.57%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.60

RGB Variations

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

Color information

#672424 (or 0x672424) is known color: Red Oxide. HEX triplet: 67, 24 and 24. RGB value is (103,36,36). Sum of RGB (Red+Green+Blue) = 103+36+36=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #672424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672424 is #98DBDB. Grayscale: #383838. Windows color (decimal): -10017756 or 2368615. OLE color: 2368615.

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

Color convert

RGB 103 36 36 -
CMYK 0 0.65 0.65 0.60
HSL 0.48% 0.27% -
HSV(B) 0.65% 0.4% -
XYZ 6.54 4.27 2.15 -
YUV 56.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 103 36 36 0 0.65 0.65 0.60 0 0.48 0.27
Hex 67 24 24 0 41 41 3C 0 30 1B
Octal 147 44 44 0 101 101 74 0 60 33
Binary 1100111 100100 100100 0 1000001 1000001 111100 0 110000 11011

Color Harmonies of #672424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672424

Black with #672424

Text Example


Text Example

White with #672424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672424; }

 p { color: rgb(103,36,36); }

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

background-color css

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

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

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

border-color css

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

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

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