Html Css Color HEX #432023 Bulgarian Rose

📋 copy color: '#432023'

red 67 ◦ green 32 ◦ blue 35

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

Shades of Bulgarian Rose #432023

Tints of Bulgarian Rose #432023

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.88%

 BLUE value IS 35 (14.06% from 255) = 26.12%

R = 50%
G = 23.88%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.74

RGB Variations

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

Color information

#432023 (or 0x432023) is known color: Bulgarian Rose. HEX triplet: 43, 20 and 23. RGB value is (67,32,35). Sum of RGB (Red+Green+Blue) = 67+32+35=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #432023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432023 is #BCDFDC. Grayscale: #2A2A2A. Windows color (decimal): -12378077 or 2302019. OLE color: 2302019.

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

Color convert

RGB 67 32 35 -
CMYK 0 0.52 0.48 0.74
HSL 354.86º 0.35% 0.19% -
HSV(B) 354.86º 0.52% 0.26% -
XYZ 3.13 2.35 1.88 -
YUV 42.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 67 32 35 0 0.52 0.48 0.74 354.86 0.35 0.19
Hex 43 20 23 0 34 30 4A 163 23 13
Octal 103 40 43 0 64 60 112 543 43 23
Binary 1000011 100000 100011 0 110100 110000 1001010 101100011 100011 10011

Color Harmonies of #432023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432023

Black with #432023

Text Example


Text Example

White with #432023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432023; }

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

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

background-color css

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

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

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

border-color css

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

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

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