Html Css Color HEX #432D35 Barossa

📋 copy color: '#432D35'

red 67 ◦ green 45 ◦ blue 53

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

Shades of Barossa #432D35

Tints of Barossa #432D35

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.27%

 BLUE value IS 53 (21.09% from 255) = 32.12%

R = 40.61%
G = 27.27%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#432D35 (or 0x432D35) is known color: Barossa. HEX triplet: 43, 2D and 35. RGB value is (67,45,53). Sum of RGB (Red+Green+Blue) = 67+45+53=165 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.61% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 67 - color contains mainly: red. Hex color #432D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432D35 is #BCD2CA. Grayscale: #343434. Windows color (decimal): -12374731 or 3484995. OLE color: 3484995.

HSL color Cylindrical-coordinate representation of color #432D35: hue angle of 338.18º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #432D35 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 45 53 -
CMYK 0 0.33 0.21 0.74
HSL 338.18º 0.2% 0.22% -
HSV(B) 338.18º 0.33% 0.26% -
XYZ 3.9 3.33 3.81 -
YUV 52.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 67 45 53 0 0.33 0.21 0.74 338.18 0.2 0.22
Hex 43 2D 35 0 21 15 4A 152 14 16
Octal 103 55 65 0 41 25 112 522 24 26
Binary 1000011 101101 110101 0 100001 10101 1001010 101010010 10100 10110

Color Harmonies of #432D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432D35

Black with #432D35

Text Example


Text Example

White with #432D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432D35; }

 p { color: rgb(67,45,53); }

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

background-color css

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

 a { background-color: rgb(67,45,53); }

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

border-color css

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

 span { border-color: rgb(67,45,53); }

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