Html Css Color HEX #461628 Castro

📋 copy color: '#461628'

red 70 ◦ green 22 ◦ blue 40

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

Shades of Castro #461628

Tints of Castro #461628

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.67%

 BLUE value IS 40 (16.02% from 255) = 30.3%

R = 53.03%
G = 16.67%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#461628 (or 0x461628) is known color: Castro. HEX triplet: 46, 16 and 28. RGB value is (70,22,40). Sum of RGB (Red+Green+Blue) = 70+22+40=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #461628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461628 is #B9E9D7. Grayscale: #262626. Windows color (decimal): -12184024 or 2627142. OLE color: 2627142.

HSL color Cylindrical-coordinate representation of color #461628: hue angle of 337.5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #461628 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 22 40 -
CMYK 0 0.69 0.43 0.73
HSL 337.5º 0.52% 0.18% -
HSV(B) 337.5º 0.69% 0.27% -
XYZ 3.2 2.03 2.23 -
YUV 38.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 70 22 40 0 0.69 0.43 0.73 337.5 0.52 0.18
Hex 46 16 28 0 45 2B 49 152 34 12
Octal 106 26 50 0 105 53 111 522 64 22
Binary 1000110 10110 101000 0 1000101 101011 1001001 101010010 110100 10010

Color Harmonies of #461628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461628

Black with #461628

Text Example


Text Example

White with #461628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461628; }

 p { color: rgb(70,22,40); }

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

background-color css

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

 a { background-color: rgb(70,22,40); }

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

border-color css

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

 span { border-color: rgb(70,22,40); }

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