Html Css Color HEX #130F06 Maire

📋 copy color: '#130F06'

red 19 ◦ green 15 ◦ blue 6

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

Shades of Maire #130F06

Tints of Maire #130F06

RGB

 RED value IS 19 (7.81% from 255) = 47.5%

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

 BLUE value IS 6 (2.73% from 255) = 15%

R = 47.5%
G = 37.5%
B = 15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.93

RGB Variations

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

Color information

#130F06 (or 0x130F06) is known color: Maire. HEX triplet: 13, 0F and 06. RGB value is (19,15,6). Sum of RGB (Red+Green+Blue) = 19+15+6=40 (5% of max value = 765). Red value is 19 (7.81% from 255 or 47.5% from 40); Green value is 15 (6.25% from 255 or 37.5% from 40); Blue value is 6 (2.73% from 255 or 15% from 40); Max value from RGB is 19 - color contains mainly: red. Hex color #130F06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F06 is #ECF0F9. Grayscale: #0F0F0F. Windows color (decimal): -15528186 or 397075. OLE color: 397075.

HSL color Cylindrical-coordinate representation of color #130F06: hue angle of 41.54º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #130F06 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 15 6 -
CMYK 0 0.21 0.68 0.93
HSL 41.54º 0.52% 0.05% -
HSV(B) 41.54º 0.68% 0.07% -
XYZ 0.47 0.49 0.24 -
YUV 15.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 19 15 6 0 0.21 0.68 0.93 41.54 0.52 0.05
Hex 13 F 6 0 15 44 5D 2A 34 5
Octal 23 17 6 0 25 104 135 52 64 5
Binary 10011 1111 110 0 10101 1000100 1011101 101010 110100 101

Color Harmonies of #130F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F06

Black with #130F06

Text Example


Text Example

White with #130F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130F06; }

 p { color: rgb(19,15,6); }

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

background-color css

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

 a { background-color: rgb(19,15,6); }

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

border-color css

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

 span { border-color: rgb(19,15,6); }

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