Html Css Color HEX #432327 Bulgarian Rose

📋 copy color: '#432327'

red 67 ◦ green 35 ◦ blue 39

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

Shades of Bulgarian Rose #432327

Tints of Bulgarian Rose #432327

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.82%

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

R = 47.52%
G = 24.82%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.74

RGB Variations

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

Color information

#432327 (or 0x432327) is known color: Bulgarian Rose. HEX triplet: 43, 23 and 27. RGB value is (67,35,39). Sum of RGB (Red+Green+Blue) = 67+35+39=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 67 - color contains mainly: red. Hex color #432327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432327 is #BCDCD8. Grayscale: #2D2D2D. Windows color (decimal): -12377305 or 2564931. OLE color: 2564931.

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

Color convert

RGB 67 35 39 -
CMYK 0 0.48 0.42 0.74
HSL 352.5º 0.31% 0.2% -
HSV(B) 352.5º 0.48% 0.26% -
XYZ 3.28 2.54 2.24 -
YUV 45.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 67 35 39 0 0.48 0.42 0.74 352.5 0.31 0.2
Hex 43 23 27 0 30 2A 4A 160 1F 14
Octal 103 43 47 0 60 52 112 540 37 24
Binary 1000011 100011 100111 0 110000 101010 1001010 101100000 11111 10100

Color Harmonies of #432327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432327

Black with #432327

Text Example


Text Example

White with #432327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432327; }

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

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

background-color css

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

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

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

border-color css

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

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

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