Html Css Color HEX #40250B Bistre

📋 copy color: '#40250B'

red 64 ◦ green 37 ◦ blue 11

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

Shades of Bistre #40250B

Tints of Bistre #40250B

RGB

 RED value IS 64 (25.39% from 255) = 57.14%

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

 BLUE value IS 11 (4.69% from 255) = 9.82%

R = 57.14%
G = 33.04%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#40250B (or 0x40250B) is known color: Bistre. HEX triplet: 40, 25 and 0B. RGB value is (64,37,11). Sum of RGB (Red+Green+Blue) = 64+37+11=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #40250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40250B is #BFDAF4. Grayscale: #2A2A2A. Windows color (decimal): -12573429 or 730432. OLE color: 730432.

HSL color Cylindrical-coordinate representation of color #40250B: hue angle of 29.43º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40250B is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 37 11 -
CMYK 0 0.42 0.83 0.75
HSL 29.43º 0.71% 0.15% -
HSV(B) 29.43º 0.83% 0.25% -
XYZ 2.84 2.44 0.64 -
YUV 42.11 110.45 143.61 -
System Red Green Blue C M Y K H S L
Decimal 64 37 11 0 0.42 0.83 0.75 29.43 0.71 0.15
Hex 40 25 B 0 2A 53 4B 1D 47 F
Octal 100 45 13 0 52 123 113 35 107 17
Binary 1000000 100101 1011 0 101010 1010011 1001011 11101 1000111 1111

Color Harmonies of #40250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40250B

Black with #40250B

Text Example


Text Example

White with #40250B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40250B; }

 p { color: rgb(64,37,11); }

 H1.HeaderClassName
 {
   color: #40250B;
 }
 .AnyTagClassName
 {
   color: #40250B;
 }
</style>

background-color css

<style>
 a { background-color: #40250B; }

 a { background-color: rgb(64,37,11); }

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

border-color css

<style>
 span { border-color: #40250B; }

 span { border-color: rgb(64,37,11); }

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