Html Css Color HEX #432325 Bulgarian Rose

📋 copy color: '#432325'

red 67 ◦ green 35 ◦ blue 37

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

Shades of Bulgarian Rose #432325

Tints of Bulgarian Rose #432325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 26.62%

R = 48.2%
G = 25.18%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#432325 (or 0x432325) is known color: Bulgarian Rose. HEX triplet: 43, 23 and 25. RGB value is (67,35,37). Sum of RGB (Red+Green+Blue) = 67+35+37=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 67 - color contains mainly: red. Hex color #432325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432325 is #BCDCDA. Grayscale: #2C2C2C. Windows color (decimal): -12377307 or 2433859. OLE color: 2433859.

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

Color convert

RGB 67 35 37 -
CMYK 0 0.48 0.45 0.74
HSL 356.25º 0.31% 0.2% -
HSV(B) 356.25º 0.48% 0.26% -
XYZ 3.25 2.53 2.07 -
YUV 44.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 67 35 37 0 0.48 0.45 0.74 356.25 0.31 0.2
Hex 43 23 25 0 30 2D 4A 164 1F 14
Octal 103 43 45 0 60 55 112 544 37 24
Binary 1000011 100011 100101 0 110000 101101 1001010 101100100 11111 10100

Color Harmonies of #432325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432325

Black with #432325

Text Example


Text Example

White with #432325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432325; }

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

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

background-color css

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

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

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

border-color css

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

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

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