Html Css Color HEX #432528 Bulgarian Rose

📋 copy color: '#432528'

red 67 ◦ green 37 ◦ blue 40

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

Shades of Bulgarian Rose #432528

Tints of Bulgarian Rose #432528

RGB

 RED value IS 67 (26.56% from 255) = 46.53%

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

 BLUE value IS 40 (16.02% from 255) = 27.78%

R = 46.53%
G = 25.69%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.74

RGB Variations

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

Color information

#432528 (or 0x432528) is known color: Bulgarian Rose. HEX triplet: 43, 25 and 28. RGB value is (67,37,40). Sum of RGB (Red+Green+Blue) = 67+37+40=144 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.53% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 67 - color contains mainly: red. Hex color #432528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432528 is #BCDAD7. Grayscale: #2E2E2E. Windows color (decimal): -12376792 or 2630979. OLE color: 2630979.

HSL color Cylindrical-coordinate representation of color #432528: hue angle of 354º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #432528 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 37 40 -
CMYK 0 0.45 0.40 0.74
HSL 354º 0.29% 0.2% -
HSV(B) 354º 0.45% 0.26% -
XYZ 3.36 2.67 2.35 -
YUV 46.31 124.44 142.76 -
System Red Green Blue C M Y K H S L
Decimal 67 37 40 0 0.45 0.40 0.74 354 0.29 0.2
Hex 43 25 28 0 2D 28 4A 162 1D 14
Octal 103 45 50 0 55 50 112 542 35 24
Binary 1000011 100101 101000 0 101101 101000 1001010 101100010 11101 10100

Color Harmonies of #432528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432528

Black with #432528

Text Example


Text Example

White with #432528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432528; }

 p { color: rgb(67,37,40); }

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

background-color css

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

 a { background-color: rgb(67,37,40); }

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

border-color css

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

 span { border-color: rgb(67,37,40); }

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