Html Css Color HEX #432E35 Castro

📋 copy color: '#432E35'

red 67 ◦ green 46 ◦ blue 53

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

Shades of Castro #432E35

Tints of Castro #432E35

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.71%

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

R = 40.36%
G = 27.71%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#432E35 (or 0x432E35) is known color: Castro. HEX triplet: 43, 2E and 35. RGB value is (67,46,53). Sum of RGB (Red+Green+Blue) = 67+46+53=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 67 - color contains mainly: red. Hex color #432E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432E35 is #BCD1CA. Grayscale: #353535. Windows color (decimal): -12374475 or 3485251. OLE color: 3485251.

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

Color convert

RGB 67 46 53 -
CMYK 0 0.31 0.21 0.74
HSL 340º 0.19% 0.22% -
HSV(B) 340º 0.31% 0.26% -
XYZ 3.93 3.4 3.82 -
YUV 53.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 67 46 53 0 0.31 0.21 0.74 340 0.19 0.22
Hex 43 2E 35 0 1F 15 4A 154 13 16
Octal 103 56 65 0 37 25 112 524 23 26
Binary 1000011 101110 110101 0 11111 10101 1001010 101010100 10011 10110

Color Harmonies of #432E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432E35

Black with #432E35

Text Example


Text Example

White with #432E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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