Html Css Color HEX #432427 Bulgarian Rose

📋 copy color: '#432427'

red 67 ◦ green 36 ◦ blue 39

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

Shades of Bulgarian Rose #432427

Tints of Bulgarian Rose #432427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 27.46%

R = 47.18%
G = 25.35%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.74

RGB Variations

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

Color information

#432427 (or 0x432427) is known color: Bulgarian Rose. HEX triplet: 43, 24 and 27. RGB value is (67,36,39). Sum of RGB (Red+Green+Blue) = 67+36+39=142 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.18% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 67 - color contains mainly: red. Hex color #432427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432427 is #BCDBD8. Grayscale: #2D2D2D. Windows color (decimal): -12377049 or 2565187. OLE color: 2565187.

HSL color Cylindrical-coordinate representation of color #432427: hue angle of 354.19º 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 #432427 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 36 39 -
CMYK 0 0.46 0.42 0.74
HSL 354.19º 0.3% 0.2% -
HSV(B) 354.19º 0.46% 0.26% -
XYZ 3.31 2.6 2.25 -
YUV 45.61 124.27 143.26 -
System Red Green Blue C M Y K H S L
Decimal 67 36 39 0 0.46 0.42 0.74 354.19 0.3 0.2
Hex 43 24 27 0 2E 2A 4A 162 1E 14
Octal 103 44 47 0 56 52 112 542 36 24
Binary 1000011 100100 100111 0 101110 101010 1001010 101100010 11110 10100

Color Harmonies of #432427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432427

Black with #432427

Text Example


Text Example

White with #432427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432427; }

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

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

background-color css

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

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

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

border-color css

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

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

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