Html Css Color HEX #462734 Castro

📋 copy color: '#462734'

red 70 ◦ green 39 ◦ blue 52

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

Shades of Castro #462734

Tints of Castro #462734

RGB

 RED value IS 70 (27.73% from 255) = 43.48%

 GREEN value IS 39 (15.63% from 255) = 24.22%

 BLUE value IS 52 (20.7% from 255) = 32.3%

R = 43.48%
G = 24.22%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#462734 (or 0x462734) is known color: Castro. HEX triplet: 46, 27 and 34. RGB value is (70,39,52). Sum of RGB (Red+Green+Blue) = 70+39+52=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #462734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462734 is #B9D8CB. Grayscale: #313131. Windows color (decimal): -12179660 or 3417926. OLE color: 3417926.

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

Color convert

RGB 70 39 52 -
CMYK 0 0.44 0.26 0.73
HSL 334.84º 0.28% 0.21% -
HSV(B) 334.84º 0.44% 0.27% -
XYZ 3.87 3 3.62 -
YUV 49.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 70 39 52 0 0.44 0.26 0.73 334.84 0.28 0.21
Hex 46 27 34 0 2C 1A 49 14F 1C 15
Octal 106 47 64 0 54 32 111 517 34 25
Binary 1000110 100111 110100 0 101100 11010 1001001 101001111 11100 10101

Color Harmonies of #462734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462734

Black with #462734

Text Example


Text Example

White with #462734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462734; }

 p { color: rgb(70,39,52); }

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

background-color css

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

 a { background-color: rgb(70,39,52); }

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

border-color css

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

 span { border-color: rgb(70,39,52); }

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