Html Css Color HEX #42250E Bistre

📋 copy color: '#42250E'

red 66 ◦ green 37 ◦ blue 14

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

Shades of Bistre #42250E

Tints of Bistre #42250E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.97%

R = 56.41%
G = 31.62%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#42250E (or 0x42250E) is known color: Bistre. HEX triplet: 42, 25 and 0E. RGB value is (66,37,14). Sum of RGB (Red+Green+Blue) = 66+37+14=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #42250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42250E is #BDDAF1. Grayscale: #2B2B2B. Windows color (decimal): -12442354 or 927042. OLE color: 927042.

HSL color Cylindrical-coordinate representation of color #42250E: hue angle of 26.54º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42250E is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 37 14 -
CMYK 0 0.44 0.79 0.74
HSL 26.54º 0.65% 0.16% -
HSV(B) 26.54º 0.79% 0.26% -
XYZ 2.99 2.51 0.74 -
YUV 43.05 111.61 144.37 -
System Red Green Blue C M Y K H S L
Decimal 66 37 14 0 0.44 0.79 0.74 26.54 0.65 0.16
Hex 42 25 E 0 2C 4F 4A 1B 41 10
Octal 102 45 16 0 54 117 112 33 101 20
Binary 1000010 100101 1110 0 101100 1001111 1001010 11011 1000001 10000

Color Harmonies of #42250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42250E

Black with #42250E

Text Example


Text Example

White with #42250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42250E;
 }
 .AnyTagClassName
 {
   color: #42250E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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