Html Css Color HEX #272502 Maire

📋 copy color: '#272502'

red 39 ◦ green 37 ◦ blue 2

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

Shades of Maire #272502

Tints of Maire #272502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.56%

R = 50%
G = 47.44%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#272502 (or 0x272502) is known color: Maire. HEX triplet: 27, 25 and 02. RGB value is (39,37,2). Sum of RGB (Red+Green+Blue) = 39+37+2=78 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 39 - color contains mainly: red. Hex color #272502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272502 is #D8DAFD. Grayscale: #212121. Windows color (decimal): -14211838 or 140583. OLE color: 140583.

HSL color Cylindrical-coordinate representation of color #272502: hue angle of 56.76º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #272502 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 37 2 -
CMYK 0 0.05 0.95 0.85
HSL 56.76º 0.9% 0.08% -
HSV(B) 56.76º 0.95% 0.15% -
XYZ 1.51 1.76 0.32 -
YUV 33.61 110.16 131.85 -
System Red Green Blue C M Y K H S L
Decimal 39 37 2 0 0.05 0.95 0.85 56.76 0.9 0.08
Hex 27 25 2 0 5 5F 55 39 5A 8
Octal 47 45 2 0 5 137 125 71 132 10
Binary 100111 100101 10 0 101 1011111 1010101 111001 1011010 1000

Color Harmonies of #272502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272502

Black with #272502

Text Example


Text Example

White with #272502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272502; }

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

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

background-color css

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

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

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

border-color css

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

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

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