Html Css Color HEX #432830 Castro

📋 copy color: '#432830'

red 67 ◦ green 40 ◦ blue 48

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

Shades of Castro #432830

Tints of Castro #432830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.81%

 BLUE value IS 48 (19.14% from 255) = 30.97%

R = 43.23%
G = 25.81%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#432830 (or 0x432830) is known color: Castro. HEX triplet: 43, 28 and 30. RGB value is (67,40,48). Sum of RGB (Red+Green+Blue) = 67+40+48=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 67 - color contains mainly: red. Hex color #432830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432830 is #BCD7CF. Grayscale: #303030. Windows color (decimal): -12376016 or 3156035. OLE color: 3156035.

HSL color Cylindrical-coordinate representation of color #432830: hue angle of 342.22º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #432830 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 40 48 -
CMYK 0 0.40 0.28 0.74
HSL 342.22º 0.25% 0.21% -
HSV(B) 342.22º 0.4% 0.26% -
XYZ 3.61 2.92 3.17 -
YUV 48.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 67 40 48 0 0.40 0.28 0.74 342.22 0.25 0.21
Hex 43 28 30 0 28 1C 4A 156 19 15
Octal 103 50 60 0 50 34 112 526 31 25
Binary 1000011 101000 110000 0 101000 11100 1001010 101010110 11001 10101

Color Harmonies of #432830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432830

Black with #432830

Text Example


Text Example

White with #432830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432830; }

 p { color: rgb(67,40,48); }

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

background-color css

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

 a { background-color: rgb(67,40,48); }

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

border-color css

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

 span { border-color: rgb(67,40,48); }

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