Html Css Color HEX #462433 Castro

📋 copy color: '#462433'

red 70 ◦ green 36 ◦ blue 51

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

Shades of Castro #462433

Tints of Castro #462433

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.93%

 BLUE value IS 51 (20.31% from 255) = 32.48%

R = 44.59%
G = 22.93%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.73

RGB Variations

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

Color information

#462433 (or 0x462433) is known color: Castro. HEX triplet: 46, 24 and 33. RGB value is (70,36,51). Sum of RGB (Red+Green+Blue) = 70+36+51=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #462433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462433 is #B9DBCC. Grayscale: #2F2F2F. Windows color (decimal): -12180429 or 3351622. OLE color: 3351622.

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

Color convert

RGB 70 36 51 -
CMYK 0 0.49 0.27 0.73
HSL 333.53º 0.32% 0.21% -
HSV(B) 333.53º 0.49% 0.27% -
XYZ 3.75 2.8 3.48 -
YUV 47.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 70 36 51 0 0.49 0.27 0.73 333.53 0.32 0.21
Hex 46 24 33 0 31 1B 49 14E 20 15
Octal 106 44 63 0 61 33 111 516 40 25
Binary 1000110 100100 110011 0 110001 11011 1001001 101001110 100000 10101

Color Harmonies of #462433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462433

Black with #462433

Text Example


Text Example

White with #462433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462433; }

 p { color: rgb(70,36,51); }

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

background-color css

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

 a { background-color: rgb(70,36,51); }

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

border-color css

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

 span { border-color: rgb(70,36,51); }

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