Html Css Color HEX #27090D Rustic Red

📋 copy color: '#27090D'

red 39 ◦ green 9 ◦ blue 13

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

Shades of Rustic Red #27090D

Tints of Rustic Red #27090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.75%

 BLUE value IS 13 (5.47% from 255) = 21.31%

R = 63.93%
G = 14.75%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.85

RGB Variations

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

Color information

#27090D (or 0x27090D) is known color: Rustic Red. HEX triplet: 27, 09 and 0D. RGB value is (39,9,13). Sum of RGB (Red+Green+Blue) = 39+9+13=61 (8% of max value = 765). Red value is 39 (15.62% from 255 or 63.93% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 39 - color contains mainly: red. Hex color #27090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27090D is #D8F6F2. Grayscale: #121212. Windows color (decimal): -14218995 or 854311. OLE color: 854311.

HSL color Cylindrical-coordinate representation of color #27090D: hue angle of 352º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27090D is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 9 13 -
CMYK 0 0.77 0.67 0.85
HSL 352º 0.63% 0.09% -
HSV(B) 352º 0.77% 0.15% -
XYZ 1.01 0.66 0.45 -
YUV 18.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 39 9 13 0 0.77 0.67 0.85 352 0.63 0.09
Hex 27 9 D 0 4D 43 55 160 3E 9
Octal 47 11 15 0 115 103 125 540 76 11
Binary 100111 1001 1101 0 1001101 1000011 1010101 101100000 111110 1001

Color Harmonies of #27090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27090D

Black with #27090D

Text Example


Text Example

White with #27090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27090D; }

 p { color: rgb(39,9,13); }

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

background-color css

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

 a { background-color: rgb(39,9,13); }

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

border-color css

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

 span { border-color: rgb(39,9,13); }

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