Html Css Color HEX #15130A Maire

📋 copy color: '#15130A'

red 21 ◦ green 19 ◦ blue 10

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

Shades of Maire #15130A

Tints of Maire #15130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 38%

 BLUE value IS 10 (4.3% from 255) = 20%

R = 42%
G = 38%
B = 20%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.92

RGB Variations

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

Color information

#15130A (or 0x15130A) is known color: Maire. HEX triplet: 15, 13 and 0A. RGB value is (21,19,10). Sum of RGB (Red+Green+Blue) = 21+19+10=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 21 - color contains mainly: red. Hex color #15130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15130A is #EAECF5. Grayscale: #121212. Windows color (decimal): -15396086 or 660245. OLE color: 660245.

HSL color Cylindrical-coordinate representation of color #15130A: hue angle of 49.09º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #15130A is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 19 10 -
CMYK 0 0.10 0.52 0.92
HSL 49.09º 0.35% 0.06% -
HSV(B) 49.09º 0.52% 0.08% -
XYZ 0.6 0.65 0.38 -
YUV 18.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 21 19 10 0 0.10 0.52 0.92 49.09 0.35 0.06
Hex 15 13 A 0 A 34 5C 31 23 6
Octal 25 23 12 0 12 64 134 61 43 6
Binary 10101 10011 1010 0 1010 110100 1011100 110001 100011 110

Color Harmonies of #15130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15130A

Black with #15130A

Text Example


Text Example

White with #15130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15130A; }

 p { color: rgb(21,19,10); }

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

background-color css

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

 a { background-color: rgb(21,19,10); }

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

border-color css

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

 span { border-color: rgb(21,19,10); }

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