Html Css Color HEX #671504 Red Oxide

📋 copy color: '#671504'

red 103 ◦ green 21 ◦ blue 4

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

Shades of Red Oxide #671504

Tints of Red Oxide #671504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.41%

 BLUE value IS 4 (1.95% from 255) = 3.13%

R = 80.47%
G = 16.41%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#671504 (or 0x671504) is known color: Red Oxide. HEX triplet: 67, 15 and 04. RGB value is (103,21,4). Sum of RGB (Red+Green+Blue) = 103+21+4=128 (16% of max value = 765). Red value is 103 (40.62% from 255 or 80.47% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 103 - color contains mainly: red. Hex color #671504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671504 is #98EAFB. Grayscale: #2B2B2B. Windows color (decimal): -10021628 or 267623. OLE color: 267623.

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

Color convert

RGB 103 21 4 -
CMYK 0 0.80 0.96 0.60
HSL 10.3º 0.93% 0.21% -
HSV(B) 10.3º 0.96% 0.4% -
XYZ 5.88 3.43 0.47 -
YUV 43.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 103 21 4 0 0.80 0.96 0.60 10.3 0.93 0.21
Hex 67 15 4 0 50 60 3C A 5D 15
Octal 147 25 4 0 120 140 74 12 135 25
Binary 1100111 10101 100 0 1010000 1100000 111100 1010 1011101 10101

Color Harmonies of #671504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671504

Black with #671504

Text Example


Text Example

White with #671504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671504; }

 p { color: rgb(103,21,4); }

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

background-color css

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

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

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

border-color css

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

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

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