Html Css Color HEX #42250D Bistre

📋 copy color: '#42250D'

red 66 ◦ green 37 ◦ blue 13

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

Shades of Bistre #42250D

Tints of Bistre #42250D

RGB

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

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

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

R = 56.9%
G = 31.9%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#42250D (or 0x42250D) is known color: 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

RGB 66 37 13 -
CMYK 0 0.44 0.80 0.74
HSL 27.17º 0.67% 0.15% -
HSV(B) 27.17º 0.8% 0.26% -
XYZ 2.98 2.51 0.71 -
YUV 42.94 111.11 144.45 -
System Red Green Blue C M Y K H S L
Decimal 66 37 13 0 0.44 0.80 0.74 27.17 0.67 0.15
Hex 42 25 D 0 2C 50 4A 1B 43 F
Octal 102 45 15 0 54 120 112 33 103 17
Binary 1000010 100101 1101 0 101100 1010000 1001010 11011 1000011 1111

Color Harmonies of #42250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42250D

Black with #42250D

Text Example


Text Example

White with #42250D

Text Example


Text Example

HTML Codes & Css Web 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>