Html Css Color HEX #671909 Red Oxide

📋 copy color: '#671909'

red 103 ◦ green 25 ◦ blue 9

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

Shades of Red Oxide #671909

Tints of Red Oxide #671909

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.25%

 BLUE value IS 9 (3.91% from 255) = 6.57%

R = 75.18%
G = 18.25%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.60

RGB Variations

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

Color information

#671909 (or 0x671909) is known color: Red Oxide. HEX triplet: 67, 19 and 09. RGB value is (103,25,9). Sum of RGB (Red+Green+Blue) = 103+25+9=137 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.18% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 103 - color contains mainly: red. Hex color #671909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671909 is #98E6F6. Grayscale: #2E2E2E. Windows color (decimal): -10020599 or 596327. OLE color: 596327.

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

Color convert

RGB 103 25 9 -
CMYK 0 0.76 0.91 0.60
HSL 10.21º 0.84% 0.22% -
HSV(B) 10.21º 0.91% 0.4% -
XYZ 5.99 3.6 0.64 -
YUV 46.5 106.84 168.3 -
System Red Green Blue C M Y K H S L
Decimal 103 25 9 0 0.76 0.91 0.60 10.21 0.84 0.22
Hex 67 19 9 0 4C 5B 3C A 54 16
Octal 147 31 11 0 114 133 74 12 124 26
Binary 1100111 11001 1001 0 1001100 1011011 111100 1010 1010100 10110

Color Harmonies of #671909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671909

Black with #671909

Text Example


Text Example

White with #671909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671909; }

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

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

background-color css

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

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

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

border-color css

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

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

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