Html Css Color HEX #451425 Castro

📋 copy color: '#451425'

red 69 ◦ green 20 ◦ blue 37

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

Shades of Castro #451425

Tints of Castro #451425

RGB

 RED value IS 69 (27.34% from 255) = 54.76%

 GREEN value IS 20 (8.2% from 255) = 15.87%

 BLUE value IS 37 (14.84% from 255) = 29.37%

R = 54.76%
G = 15.87%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#451425 (or 0x451425) is known color: Castro. HEX triplet: 45, 14 and 25. RGB value is (69,20,37). Sum of RGB (Red+Green+Blue) = 69+20+37=126 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.76% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 69 - color contains mainly: red. Hex color #451425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451425 is #BAEBDA. Grayscale: #242424. Windows color (decimal): -12250075 or 2430021. OLE color: 2430021.

HSL color Cylindrical-coordinate representation of color #451425: hue angle of 339.18º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #451425 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 20 37 -
CMYK 0 0.71 0.46 0.73
HSL 339.18º 0.55% 0.17% -
HSV(B) 339.18º 0.71% 0.27% -
XYZ 3.04 1.9 1.96 -
YUV 36.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 69 20 37 0 0.71 0.46 0.73 339.18 0.55 0.17
Hex 45 14 25 0 47 2E 49 153 37 11
Octal 105 24 45 0 107 56 111 523 67 21
Binary 1000101 10100 100101 0 1000111 101110 1001001 101010011 110111 10001

Color Harmonies of #451425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451425

Black with #451425

Text Example


Text Example

White with #451425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451425; }

 p { color: rgb(69,20,37); }

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

background-color css

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

 a { background-color: rgb(69,20,37); }

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

border-color css

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

 span { border-color: rgb(69,20,37); }

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