Html Css Color HEX #271719 Rustic Red

📋 copy color: '#271719'

red 39 ◦ green 23 ◦ blue 25

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

Shades of Rustic Red #271719

Tints of Rustic Red #271719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 28.74%

R = 44.83%
G = 26.44%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.85

RGB Variations

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

Color information

#271719 (or 0x271719) is known color: Rustic Red. HEX triplet: 27, 17 and 19. RGB value is (39,23,25). Sum of RGB (Red+Green+Blue) = 39+23+25=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 39 - color contains mainly: red. Hex color #271719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271719 is #D8E8E6. Grayscale: #1C1C1C. Windows color (decimal): -14215399 or 1644327. OLE color: 1644327.

HSL color Cylindrical-coordinate representation of color #271719: hue angle of 352.5º 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 #271719 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 23 25 -
CMYK 0 0.41 0.36 0.85
HSL 352.5º 0.26% 0.12% -
HSV(B) 352.5º 0.41% 0.15% -
XYZ 1.32 1.11 1.07 -
YUV 28.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 39 23 25 0 0.41 0.36 0.85 352.5 0.26 0.12
Hex 27 17 19 0 29 24 55 160 1A C
Octal 47 27 31 0 51 44 125 540 32 14
Binary 100111 10111 11001 0 101001 100100 1010101 101100000 11010 1100

Color Harmonies of #271719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271719

Black with #271719

Text Example


Text Example

White with #271719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271719; }

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

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

background-color css

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

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

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

border-color css

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

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

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