Html Css Color HEX #150F04 Maire

📋 copy color: '#150F04'

red 21 ◦ green 15 ◦ blue 4

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

Shades of Maire #150F04

Tints of Maire #150F04

RGB

 RED value IS 21 (8.59% from 255) = 52.5%

 GREEN value IS 15 (6.25% from 255) = 37.5%

 BLUE value IS 4 (1.95% from 255) = 10%

R = 52.5%
G = 37.5%
B = 10%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.92

RGB Variations

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

Color information

#150F04 (or 0x150F04) is known color: Maire. HEX triplet: 15, 0F and 04. RGB value is (21,15,4). Sum of RGB (Red+Green+Blue) = 21+15+4=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 15 (6.25% from 255 or 37.5% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #150F04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F04 is #EAF0FB. Grayscale: #0F0F0F. Windows color (decimal): -15397116 or 266005. OLE color: 266005.

HSL color Cylindrical-coordinate representation of color #150F04: hue angle of 38.82º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #150F04 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 15 4 -
CMYK 0 0.29 0.81 0.92
HSL 38.82º 0.68% 0.05% -
HSV(B) 38.82º 0.81% 0.08% -
XYZ 0.5 0.51 0.19 -
YUV 15.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 21 15 4 0 0.29 0.81 0.92 38.82 0.68 0.05
Hex 15 F 4 0 1D 51 5C 27 44 5
Octal 25 17 4 0 35 121 134 47 104 5
Binary 10101 1111 100 0 11101 1010001 1011100 100111 1000100 101

Color Harmonies of #150F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150F04

Black with #150F04

Text Example


Text Example

White with #150F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150F04; }

 p { color: rgb(21,15,4); }

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

background-color css

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

 a { background-color: rgb(21,15,4); }

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

border-color css

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

 span { border-color: rgb(21,15,4); }

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