Html Css Color HEX #402021 Bulgarian Rose

📋 copy color: '#402021'

red 64 ◦ green 32 ◦ blue 33

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

Shades of Bulgarian Rose #402021

Tints of Bulgarian Rose #402021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.81%

 BLUE value IS 33 (13.28% from 255) = 25.58%

R = 49.61%
G = 24.81%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#402021 (or 0x402021) is known color: Bulgarian Rose. HEX triplet: 40, 20 and 21. RGB value is (64,32,33). Sum of RGB (Red+Green+Blue) = 64+32+33=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #402021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402021 is #BFDFDE. Grayscale: #292929. Windows color (decimal): -12574687 or 2170944. OLE color: 2170944.

HSL color Cylindrical-coordinate representation of color #402021: hue angle of 358.12º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402021 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 32 33 -
CMYK 0 0.50 0.48 0.75
HSL 358.13º 0.33% 0.19% -
HSV(B) 358.13º 0.5% 0.25% -
XYZ 2.91 2.23 1.72 -
YUV 41.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 64 32 33 0 0.50 0.48 0.75 358.13 0.33 0.19
Hex 40 20 21 0 32 30 4B 166 21 13
Octal 100 40 41 0 62 60 113 546 41 23
Binary 1000000 100000 100001 0 110010 110000 1001011 101100110 100001 10011

Color Harmonies of #402021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402021

Black with #402021

Text Example


Text Example

White with #402021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402021; }

 p { color: rgb(64,32,33); }

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

background-color css

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

 a { background-color: rgb(64,32,33); }

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

border-color css

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

 span { border-color: rgb(64,32,33); }

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