Html Css Color HEX #27171B Rustic Red

📋 copy color: '#27171B'

red 39 ◦ green 23 ◦ blue 27

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

Shades of Rustic Red #27171B

Tints of Rustic Red #27171B

RGB

 RED value IS 39 (15.63% from 255) = 43.82%

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

 BLUE value IS 27 (10.94% from 255) = 30.34%

R = 43.82%
G = 25.84%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.85

RGB Variations

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

Color information

#27171B (or 0x27171B) is known color: Rustic Red. HEX triplet: 27, 17 and 1B. RGB value is (39,23,27). Sum of RGB (Red+Green+Blue) = 39+23+27=89 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.82% from 89); Green value is 23 (9.38% from 255 or 25.84% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 39 - color contains mainly: red. Hex color #27171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27171B is #D8E8E4. Grayscale: #1C1C1C. Windows color (decimal): -14215397 or 1775399. OLE color: 1775399.

HSL color Cylindrical-coordinate representation of color #27171B: hue angle of 345º degrees, saturation: 0.26, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #27171B is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 23 27 -
CMYK 0 0.41 0.31 0.85
HSL 345º 0.26% 0.12% -
HSV(B) 345º 0.41% 0.15% -
XYZ 1.34 1.12 1.18 -
YUV 28.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 39 23 27 0 0.41 0.31 0.85 345 0.26 0.12
Hex 27 17 1B 0 29 1F 55 159 1A C
Octal 47 27 33 0 51 37 125 531 32 14
Binary 100111 10111 11011 0 101001 11111 1010101 101011001 11010 1100

Color Harmonies of #27171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27171B

Black with #27171B

Text Example


Text Example

White with #27171B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27171B; }

 p { color: rgb(39,23,27); }

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

background-color css

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

 a { background-color: rgb(39,23,27); }

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

border-color css

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

 span { border-color: rgb(39,23,27); }

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