Html Css Color HEX #17140A Maire

📋 copy color: '#17140A'

red 23 ◦ green 20 ◦ blue 10

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

Shades of Maire #17140A

Tints of Maire #17140A

RGB

 RED value IS 23 (9.38% from 255) = 43.4%

 GREEN value IS 20 (8.2% from 255) = 37.74%

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

R = 43.4%
G = 37.74%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.91

RGB Variations

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

Color information

#17140A (or 0x17140A) is known color: Maire. HEX triplet: 17, 14 and 0A. RGB value is (23,20,10). Sum of RGB (Red+Green+Blue) = 23+20+10=53 (7% of max value = 765). Red value is 23 (9.38% from 255 or 43.40% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 23 - color contains mainly: red. Hex color #17140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17140A is #E8EBF5. Grayscale: #131313. Windows color (decimal): -15264758 or 660503. OLE color: 660503.

HSL color Cylindrical-coordinate representation of color #17140A: hue angle of 46.15º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #17140A is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 20 10 -
CMYK 0 0.13 0.57 0.91
HSL 46.15º 0.39% 0.06% -
HSV(B) 46.15º 0.57% 0.09% -
XYZ 0.66 0.7 0.39 -
YUV 19.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 23 20 10 0 0.13 0.57 0.91 46.15 0.39 0.06
Hex 17 14 A 0 D 39 5B 2E 27 6
Octal 27 24 12 0 15 71 133 56 47 6
Binary 10111 10100 1010 0 1101 111001 1011011 101110 100111 110

Color Harmonies of #17140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17140A

Black with #17140A

Text Example


Text Example

White with #17140A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,20,10); }

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

background-color css

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

 a { background-color: rgb(23,20,10); }

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

border-color css

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

 span { border-color: rgb(23,20,10); }

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