#42250D

Color #42250D Bistre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bistre #42250D

Tints of Bistre #42250D

Color information

#42250D (or 0x42250D) is unknown color: approx Bistre. HEX triplet: 42, 25 and 0D. RGB value is (66,37,13). Sum of RGB (Red+Green+Blue) = 66+37+13=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #42250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42250D is #BDDAF2. Grayscale: #2B2B2B. Windows color (decimal): -12442355 or 861506. OLE color: 861506.

HSL color Cylindrical-coordinate representation of color #42250D: hue angle of 27.17º 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 #42250D is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB663713-
CMYK00.440.800.74
HSL27.17º67.09%15.49%-
HSV(B)27.17º80.3%25.88%-
XYZ2.982.510.71-
YUV42.93111.11144.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 56.90%
GREEN value IS 37 (14.84% from 255) = 31.90%
BLUE value IS 13 (5.47% from 255) = 11.21%
R=56.90%
G=31.90%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.80
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66371300.440.800.7427.1767.0915.49
Hex4225D02C504A1b43f
Octal10245150541201123310317
Binary100001010010111010101100101000010010101101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #42250D;
 }
 .AnyTagClassName
 {
   color: #42250D;
 }
</style>
background-color css

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

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

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

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

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

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