Html Css Color HEX #402123 Bulgarian Rose

📋 copy color: '#402123'

red 64 ◦ green 33 ◦ blue 35

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

Shades of Bulgarian Rose #402123

Tints of Bulgarian Rose #402123

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25%

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

R = 48.48%
G = 25%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#402123 (or 0x402123) is known color: Bulgarian Rose. HEX triplet: 40, 21 and 23. RGB value is (64,33,35). Sum of RGB (Red+Green+Blue) = 64+33+35=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #402123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402123 is #BFDEDC. Grayscale: #2A2A2A. Windows color (decimal): -12574429 or 2302272. OLE color: 2302272.

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

Color convert

RGB 64 33 35 -
CMYK 0 0.48 0.45 0.75
HSL 356.13º 0.32% 0.19% -
HSV(B) 356.13º 0.48% 0.25% -
XYZ 2.96 2.3 1.88 -
YUV 42.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 64 33 35 0 0.48 0.45 0.75 356.13 0.32 0.19
Hex 40 21 23 0 30 2D 4B 164 20 13
Octal 100 41 43 0 60 55 113 544 40 23
Binary 1000000 100001 100011 0 110000 101101 1001011 101100100 100000 10011

Color Harmonies of #402123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402123

Black with #402123

Text Example


Text Example

White with #402123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402123; }

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

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

background-color css

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

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

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

border-color css

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

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

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