Html Css Color HEX #432930 Castro

📋 copy color: '#432930'

red 67 ◦ green 41 ◦ blue 48

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

Shades of Castro #432930

Tints of Castro #432930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.28%

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

R = 42.95%
G = 26.28%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#432930 (or 0x432930) is known color: Castro. HEX triplet: 43, 29 and 30. RGB value is (67,41,48). Sum of RGB (Red+Green+Blue) = 67+41+48=156 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.95% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 67 - color contains mainly: red. Hex color #432930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432930 is #BCD6CF. Grayscale: #313131. Windows color (decimal): -12375760 or 3156291. OLE color: 3156291.

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

Color convert

RGB 67 41 48 -
CMYK 0 0.39 0.28 0.74
HSL 343.85º 0.24% 0.21% -
HSV(B) 343.85º 0.39% 0.26% -
XYZ 3.64 2.99 3.18 -
YUV 49.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 67 41 48 0 0.39 0.28 0.74 343.85 0.24 0.21
Hex 43 29 30 0 27 1C 4A 158 18 15
Octal 103 51 60 0 47 34 112 530 30 25
Binary 1000011 101001 110000 0 100111 11100 1001010 101011000 11000 10101

Color Harmonies of #432930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432930

Black with #432930

Text Example


Text Example

White with #432930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432930; }

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

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

background-color css

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

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

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

border-color css

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

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

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