Html Css Color HEX #672423 Red Oxide

📋 copy color: '#672423'

red 103 ◦ green 36 ◦ blue 35

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

Shades of Red Oxide #672423

Tints of Red Oxide #672423

RGB

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

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

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

R = 59.2%
G = 20.69%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.60

RGB Variations

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

Color information

#672423 (or 0x672423) is known color: Red Oxide. HEX triplet: 67, 24 and 23. RGB value is (103,36,35). Sum of RGB (Red+Green+Blue) = 103+36+35=174 (23% of max value = 765). Red value is 103 (40.62% from 255 or 59.20% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 103 - color contains mainly: red. Hex color #672423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672423 is #98DBDC. Grayscale: #373737. Windows color (decimal): -10017757 or 2303079. OLE color: 2303079.

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

Color convert

RGB 103 36 35 -
CMYK 0 0.65 0.66 0.60
HSL 0.88º 0.49% 0.27% -
HSV(B) 0.88º 0.66% 0.4% -
XYZ 6.53 4.27 2.07 -
YUV 55.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 103 36 35 0 0.65 0.66 0.60 0.88 0.49 0.27
Hex 67 24 23 0 41 42 3C 1 31 1B
Octal 147 44 43 0 101 102 74 1 61 33
Binary 1100111 100100 100011 0 1000001 1000010 111100 1 110001 11011

Color Harmonies of #672423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672423

Black with #672423

Text Example


Text Example

White with #672423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672423; }

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

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

background-color css

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

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

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

border-color css

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

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

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