Html Css Color HEX #27250D Maire

📋 copy color: '#27250D'

red 39 ◦ green 37 ◦ blue 13

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

Shades of Maire #27250D

Tints of Maire #27250D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 41.57%

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

R = 43.82%
G = 41.57%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.85

RGB Variations

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

Color information

#27250D (or 0x27250D) is known color: Maire. HEX triplet: 27, 25 and 0D. RGB value is (39,37,13). Sum of RGB (Red+Green+Blue) = 39+37+13=89 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.82% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 39 - color contains mainly: red. Hex color #27250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27250D is #D8DAF2. Grayscale: #222222. Windows color (decimal): -14211827 or 861479. OLE color: 861479.

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

Color convert

RGB 39 37 13 -
CMYK 0 0.05 0.67 0.85
HSL 55.38º 0.5% 0.1% -
HSV(B) 55.38º 0.67% 0.15% -
XYZ 1.57 1.78 0.64 -
YUV 34.86 115.66 130.95 -
System Red Green Blue C M Y K H S L
Decimal 39 37 13 0 0.05 0.67 0.85 55.38 0.5 0.1
Hex 27 25 D 0 5 43 55 37 32 A
Octal 47 45 15 0 5 103 125 67 62 12
Binary 100111 100101 1101 0 101 1000011 1010101 110111 110010 1010

Color Harmonies of #27250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27250D

Black with #27250D

Text Example


Text Example

White with #27250D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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