Html Css Color HEX #671105 Red Oxide

📋 copy color: '#671105'

red 103 ◦ green 17 ◦ blue 5

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

Shades of Red Oxide #671105

Tints of Red Oxide #671105

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.6%

 BLUE value IS 5 (2.34% from 255) = 4%

R = 82.4%
G = 13.6%
B = 4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#671105 (or 0x671105) is known color: Red Oxide. HEX triplet: 67, 11 and 05. RGB value is (103,17,5). Sum of RGB (Red+Green+Blue) = 103+17+5=125 (16% of max value = 765). Red value is 103 (40.62% from 255 or 82.4% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 103 - color contains mainly: red. Hex color #671105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671105 is #98EEFA. Grayscale: #292929. Windows color (decimal): -10022651 or 332135. OLE color: 332135.

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

Color convert

RGB 103 17 5 -
CMYK 0 0.83 0.95 0.60
HSL 7.35º 0.91% 0.21% -
HSV(B) 7.35º 0.95% 0.4% -
XYZ 5.82 3.3 0.47 -
YUV 41.35 107.49 171.98 -
System Red Green Blue C M Y K H S L
Decimal 103 17 5 0 0.83 0.95 0.60 7.35 0.91 0.21
Hex 67 11 5 0 53 5F 3C 7 5B 15
Octal 147 21 5 0 123 137 74 7 133 25
Binary 1100111 10001 101 0 1010011 1011111 111100 111 1011011 10101

Color Harmonies of #671105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671105

Black with #671105

Text Example


Text Example

White with #671105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671105; }

 p { color: rgb(103,17,5); }

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

background-color css

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

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

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

border-color css

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

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

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