Html Css Color HEX #331617 Rustic Red

📋 copy color: '#331617'

red 51 ◦ green 22 ◦ blue 23

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

Shades of Rustic Red #331617

Tints of Rustic Red #331617

RGB

 RED value IS 51 (20.31% from 255) = 53.13%

 GREEN value IS 22 (8.98% from 255) = 22.92%

 BLUE value IS 23 (9.38% from 255) = 23.96%

R = 53.13%
G = 22.92%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.8

RGB Variations

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

Color information

#331617 (or 0x331617) is known color: Rustic Red. HEX triplet: 33, 16 and 17. RGB value is (51,22,23). Sum of RGB (Red+Green+Blue) = 51+22+23=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #331617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331617 is #CCE9E8. Grayscale: #1E1E1E. Windows color (decimal): -13429225 or 1513011. OLE color: 1513011.

HSL color Cylindrical-coordinate representation of color #331617: hue angle of 357.93º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #331617 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 22 23 -
CMYK 0 0.57 0.55 0.8
HSL 357.93º 0.4% 0.14% -
HSV(B) 357.93º 0.57% 0.2% -
XYZ 1.81 1.34 0.97 -
YUV 30.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 51 22 23 0 0.57 0.55 0.8 357.93 0.4 0.14
Hex 33 16 17 0 39 37 50 166 28 E
Octal 63 26 27 0 71 67 120 546 50 16
Binary 110011 10110 10111 0 111001 110111 1010000 101100110 101000 1110

Color Harmonies of #331617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331617

Black with #331617

Text Example


Text Example

White with #331617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331617; }

 p { color: rgb(51,22,23); }

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

background-color css

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

 a { background-color: rgb(51,22,23); }

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

border-color css

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

 span { border-color: rgb(51,22,23); }

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