Html Css Color HEX #11250D Myrtle

📋 copy color: '#11250D'

red 17 ◦ green 37 ◦ blue 13

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

Shades of Myrtle #11250D

Tints of Myrtle #11250D

RGB

 RED value IS 17 (7.03% from 255) = 25.37%

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

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

R = 25.37%
G = 55.22%
B = 19.4%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.65

 K value IS 0.85

RGB Variations

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

Color information

#11250D (or 0x11250D) is known color: Myrtle. HEX triplet: 11, 25 and 0D. RGB value is (17,37,13). Sum of RGB (Red+Green+Blue) = 17+37+13=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 37 (14.84% from 255 or 55.22% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 37 - color contains mainly: green. Hex color #11250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11250D is #EEDAF2. Grayscale: #1C1C1C. Windows color (decimal): -15653619 or 861457. OLE color: 861457.

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

Color convert

RGB 17 37 13 -
CMYK 0.54 0 0.65 0.85
HSL 110º 0.48% 0.1% -
HSV(B) 110º 0.65% 0.15% -
XYZ 0.97 1.47 0.61 -
YUV 28.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 17 37 13 0.54 0 0.65 0.85 110 0.48 0.1
Hex 11 25 D 36 0 41 55 6E 30 A
Octal 21 45 15 66 0 101 125 156 60 12
Binary 10001 100101 1101 110110 0 1000001 1010101 1101110 110000 1010

Color Harmonies of #11250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11250D

Black with #11250D

Text Example


Text Example

White with #11250D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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