Html Css Color HEX #672019 Red Oxide

📋 copy color: '#672019'

red 103 ◦ green 32 ◦ blue 25

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

Shades of Red Oxide #672019

Tints of Red Oxide #672019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20%

 BLUE value IS 25 (10.16% from 255) = 15.63%

R = 64.38%
G = 20%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#672019 (or 0x672019) is known color: Red Oxide. HEX triplet: 67, 20 and 19. RGB value is (103,32,25). Sum of RGB (Red+Green+Blue) = 103+32+25=160 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.38% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 103 - color contains mainly: red. Hex color #672019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672019 is #98DFE6. Grayscale: #343434. Windows color (decimal): -10018791 or 1646695. OLE color: 1646695.

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

Color convert

RGB 103 32 25 -
CMYK 0 0.69 0.76 0.60
HSL 5.38º 0.61% 0.25% -
HSV(B) 5.38º 0.76% 0.4% -
XYZ 6.29 3.99 1.36 -
YUV 52.43 112.52 164.07 -
System Red Green Blue C M Y K H S L
Decimal 103 32 25 0 0.69 0.76 0.60 5.38 0.61 0.25
Hex 67 20 19 0 45 4C 3C 5 3D 19
Octal 147 40 31 0 105 114 74 5 75 31
Binary 1100111 100000 11001 0 1000101 1001100 111100 101 111101 11001

Color Harmonies of #672019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672019

Black with #672019

Text Example


Text Example

White with #672019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672019; }

 p { color: rgb(103,32,25); }

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

background-color css

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

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

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

border-color css

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

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

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