Html Css Color HEX #42240D Bistre

📋 copy color: '#42240D'

red 66 ◦ green 36 ◦ blue 13

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

Shades of Bistre #42240D

Tints of Bistre #42240D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.3%

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

R = 57.39%
G = 31.3%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#42240D (or 0x42240D) is known color: Bistre. HEX triplet: 42, 24 and 0D. RGB value is (66,36,13). Sum of RGB (Red+Green+Blue) = 66+36+13=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #42240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42240D is #BDDBF2. Grayscale: #2A2A2A. Windows color (decimal): -12442611 or 861250. OLE color: 861250.

HSL color Cylindrical-coordinate representation of color #42240D: hue angle of 26.04º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42240D is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 36 13 -
CMYK 0 0.45 0.80 0.74
HSL 26.04º 0.67% 0.15% -
HSV(B) 26.04º 0.8% 0.26% -
XYZ 2.95 2.45 0.7 -
YUV 42.35 111.44 144.87 -
System Red Green Blue C M Y K H S L
Decimal 66 36 13 0 0.45 0.80 0.74 26.04 0.67 0.15
Hex 42 24 D 0 2D 50 4A 1A 43 F
Octal 102 44 15 0 55 120 112 32 103 17
Binary 1000010 100100 1101 0 101101 1010000 1001010 11010 1000011 1111

Color Harmonies of #42240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42240D

Black with #42240D

Text Example


Text Example

White with #42240D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,36,13); }

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

background-color css

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

 a { background-color: rgb(66,36,13); }

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

border-color css

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

 span { border-color: rgb(66,36,13); }

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