Html Css Color HEX #402426 Bulgarian Rose

📋 copy color: '#402426'

red 64 ◦ green 36 ◦ blue 38

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

Shades of Bulgarian Rose #402426

Tints of Bulgarian Rose #402426

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.09%

 BLUE value IS 38 (15.23% from 255) = 27.54%

R = 46.38%
G = 26.09%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.75

RGB Variations

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

Color information

#402426 (or 0x402426) is known color: Bulgarian Rose. HEX triplet: 40, 24 and 26. RGB value is (64,36,38). Sum of RGB (Red+Green+Blue) = 64+36+38=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #402426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402426 is #BFDBD9. Grayscale: #2C2C2C. Windows color (decimal): -12573658 or 2499648. OLE color: 2499648.

HSL color Cylindrical-coordinate representation of color #402426: hue angle of 355.71º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #402426 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 36 38 -
CMYK 0 0.44 0.41 0.75
HSL 355.71º 0.28% 0.2% -
HSV(B) 355.71º 0.44% 0.25% -
XYZ 3.1 2.49 2.15 -
YUV 44.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 64 36 38 0 0.44 0.41 0.75 355.71 0.28 0.2
Hex 40 24 26 0 2C 29 4B 164 1C 14
Octal 100 44 46 0 54 51 113 544 34 24
Binary 1000000 100100 100110 0 101100 101001 1001011 101100100 11100 10100

Color Harmonies of #402426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402426

Black with #402426

Text Example


Text Example

White with #402426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402426; }

 p { color: rgb(64,36,38); }

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

background-color css

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

 a { background-color: rgb(64,36,38); }

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

border-color css

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

 span { border-color: rgb(64,36,38); }

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