Html Css Color HEX #341317 Rustic Red

📋 copy color: '#341317'

red 52 ◦ green 19 ◦ blue 23

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

Shades of Rustic Red #341317

Tints of Rustic Red #341317

RGB

 RED value IS 52 (20.7% from 255) = 55.32%

 GREEN value IS 19 (7.81% from 255) = 20.21%

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

R = 55.32%
G = 20.21%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#341317 (or 0x341317) is known color: Rustic Red. HEX triplet: 34, 13 and 17. RGB value is (52,19,23). Sum of RGB (Red+Green+Blue) = 52+19+23=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #341317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341317 is #CBECE8. Grayscale: #1D1D1D. Windows color (decimal): -13364457 or 1512244. OLE color: 1512244.

HSL color Cylindrical-coordinate representation of color #341317: hue angle of 352.73º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #341317 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 19 23 -
CMYK 0 0.63 0.56 0.80
HSL 352.73º 0.46% 0.14% -
HSV(B) 352.73º 0.63% 0.2% -
XYZ 1.8 1.26 0.96 -
YUV 29.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 52 19 23 0 0.63 0.56 0.80 352.73 0.46 0.14
Hex 34 13 17 0 3F 38 50 161 2E E
Octal 64 23 27 0 77 70 120 541 56 16
Binary 110100 10011 10111 0 111111 111000 1010000 101100001 101110 1110

Color Harmonies of #341317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341317

Black with #341317

Text Example


Text Example

White with #341317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341317; }

 p { color: rgb(52,19,23); }

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

background-color css

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

 a { background-color: rgb(52,19,23); }

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

border-color css

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

 span { border-color: rgb(52,19,23); }

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