Html Css Color HEX #42390A Madras

📋 copy color: '#42390A'

red 66 ◦ green 57 ◦ blue 10

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

Shades of Madras #42390A

Tints of Madras #42390A

RGB

 RED value IS 66 (26.17% from 255) = 49.62%

 GREEN value IS 57 (22.66% from 255) = 42.86%

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

R = 49.62%
G = 42.86%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.74

RGB Variations

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

Color information

#42390A (or 0x42390A) is known color: Madras. HEX triplet: 42, 39 and 0A. RGB value is (66,57,10). Sum of RGB (Red+Green+Blue) = 66+57+10=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #42390A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42390A is #BDC6F5. Grayscale: #363636. Windows color (decimal): -12437238 or 670018. OLE color: 670018.

HSL color Cylindrical-coordinate representation of color #42390A: hue angle of 50.36º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42390A is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 57 10 -
CMYK 0 0.14 0.85 0.74
HSL 50.36º 0.74% 0.15% -
HSV(B) 50.36º 0.85% 0.26% -
XYZ 3.76 4.11 0.88 -
YUV 54.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 66 57 10 0 0.14 0.85 0.74 50.36 0.74 0.15
Hex 42 39 A 0 E 55 4A 32 4A F
Octal 102 71 12 0 16 125 112 62 112 17
Binary 1000010 111001 1010 0 1110 1010101 1001010 110010 1001010 1111

Color Harmonies of #42390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42390A

Black with #42390A

Text Example


Text Example

White with #42390A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,57,10); }

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

background-color css

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

 a { background-color: rgb(66,57,10); }

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

border-color css

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

 span { border-color: rgb(66,57,10); }

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