Html Css Color HEX #551715 Red Oxide

📋 copy color: '#551715'

red 85 ◦ green 23 ◦ blue 21

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

Shades of Red Oxide #551715

Tints of Red Oxide #551715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.83%

 BLUE value IS 21 (8.59% from 255) = 16.28%

R = 65.89%
G = 17.83%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#551715 (or 0x551715) is known color: Red Oxide. HEX triplet: 55, 17 and 15. RGB value is (85,23,21). Sum of RGB (Red+Green+Blue) = 85+23+21=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #551715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551715 is #AAE8EA. Grayscale: #292929. Windows color (decimal): -11200747 or 1382229. OLE color: 1382229.

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

Color convert

RGB 85 23 21 -
CMYK 0 0.73 0.75 0.67
HSL 1.88º 0.6% 0.21% -
HSV(B) 1.88º 0.75% 0.33% -
XYZ 4.19 2.6 0.99 -
YUV 41.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 85 23 21 0 0.73 0.75 0.67 1.88 0.6 0.21
Hex 55 17 15 0 49 4B 43 2 3C 15
Octal 125 27 25 0 111 113 103 2 74 25
Binary 1010101 10111 10101 0 1001001 1001011 1000011 10 111100 10101

Color Harmonies of #551715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551715

Black with #551715

Text Example


Text Example

White with #551715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551715; }

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

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

background-color css

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

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

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

border-color css

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

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

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