Html Css Color HEX #432428 Bulgarian Rose

📋 copy color: '#432428'

red 67 ◦ green 36 ◦ blue 40

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

Shades of Bulgarian Rose #432428

Tints of Bulgarian Rose #432428

RGB

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

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

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

R = 46.85%
G = 25.17%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.74

RGB Variations

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

Color information

#432428 (or 0x432428) is known color: Bulgarian Rose. HEX triplet: 43, 24 and 28. RGB value is (67,36,40). Sum of RGB (Red+Green+Blue) = 67+36+40=143 (18% of max value = 765). Red value is 67 (26.56% from 255 or 46.85% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 67 - color contains mainly: red. Hex color #432428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432428 is #BCDBD7. Grayscale: #2D2D2D. Windows color (decimal): -12377048 or 2630723. OLE color: 2630723.

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

Color convert

RGB 67 36 40 -
CMYK 0 0.46 0.40 0.74
HSL 352.26º 0.3% 0.2% -
HSV(B) 352.26º 0.46% 0.26% -
XYZ 3.33 2.61 2.34 -
YUV 45.73 124.77 143.17 -
System Red Green Blue C M Y K H S L
Decimal 67 36 40 0 0.46 0.40 0.74 352.26 0.3 0.2
Hex 43 24 28 0 2E 28 4A 160 1E 14
Octal 103 44 50 0 56 50 112 540 36 24
Binary 1000011 100100 101000 0 101110 101000 1001010 101100000 11110 10100

Color Harmonies of #432428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432428

Black with #432428

Text Example


Text Example

White with #432428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432428; }

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

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

background-color css

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

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

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

border-color css

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

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

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