Html Css Color HEX #402223 Bulgarian Rose

📋 copy color: '#402223'

red 64 ◦ green 34 ◦ blue 35

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

Shades of Bulgarian Rose #402223

Tints of Bulgarian Rose #402223

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.56%

 BLUE value IS 35 (14.06% from 255) = 26.32%

R = 48.12%
G = 25.56%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#402223 (or 0x402223) is known color: Bulgarian Rose. HEX triplet: 40, 22 and 23. RGB value is (64,34,35). Sum of RGB (Red+Green+Blue) = 64+34+35=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #402223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402223 is #BFDDDC. Grayscale: #2B2B2B. Windows color (decimal): -12574173 or 2302528. OLE color: 2302528.

HSL color Cylindrical-coordinate representation of color #402223: hue angle of 358º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #402223 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 34 35 -
CMYK 0 0.47 0.45 0.75
HSL 358º 0.31% 0.19% -
HSV(B) 358º 0.47% 0.25% -
XYZ 2.99 2.36 1.89 -
YUV 43.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 64 34 35 0 0.47 0.45 0.75 358 0.31 0.19
Hex 40 22 23 0 2F 2D 4B 166 1F 13
Octal 100 42 43 0 57 55 113 546 37 23
Binary 1000000 100010 100011 0 101111 101101 1001011 101100110 11111 10011

Color Harmonies of #402223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402223

Black with #402223

Text Example


Text Example

White with #402223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402223; }

 p { color: rgb(64,34,35); }

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

background-color css

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

 a { background-color: rgb(64,34,35); }

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

border-color css

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

 span { border-color: rgb(64,34,35); }

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