Html Css Color HEX #551504 Red Oxide

📋 copy color: '#551504'

red 85 ◦ green 21 ◦ blue 4

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

Shades of Red Oxide #551504

Tints of Red Oxide #551504

RGB

 RED value IS 85 (33.59% from 255) = 77.27%

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

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

R = 77.27%
G = 19.09%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#551504 (or 0x551504) is known color: Red Oxide. HEX triplet: 55, 15 and 04. RGB value is (85,21,4). Sum of RGB (Red+Green+Blue) = 85+21+4=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #551504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551504 is #AAEAFB. Grayscale: #262626. Windows color (decimal): -11201276 or 267605. OLE color: 267605.

HSL color Cylindrical-coordinate representation of color #551504: hue angle of 12.59º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #551504 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 21 4 -
CMYK 0 0.75 0.95 0.67
HSL 12.59º 0.91% 0.17% -
HSV(B) 12.59º 0.95% 0.33% -
XYZ 4.04 2.48 0.38 -
YUV 38.2 108.7 161.38 -
System Red Green Blue C M Y K H S L
Decimal 85 21 4 0 0.75 0.95 0.67 12.59 0.91 0.17
Hex 55 15 4 0 4B 5F 43 D 5B 11
Octal 125 25 4 0 113 137 103 15 133 21
Binary 1010101 10101 100 0 1001011 1011111 1000011 1101 1011011 10001

Color Harmonies of #551504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551504

Black with #551504

Text Example


Text Example

White with #551504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551504; }

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

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

background-color css

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

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

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

border-color css

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

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

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