Html Css Color HEX #4F2235 Castro

📋 copy color: '#4F2235'

red 79 ◦ green 34 ◦ blue 53

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

Shades of Castro #4F2235

Tints of Castro #4F2235

RGB

 RED value IS 79 (31.25% from 255) = 47.59%

 GREEN value IS 34 (13.67% from 255) = 20.48%

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

R = 47.59%
G = 20.48%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#4F2235 (or 0x4F2235) is known color: Castro. HEX triplet: 4F, 22 and 35. RGB value is (79,34,53). Sum of RGB (Red+Green+Blue) = 79+34+53=166 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.59% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2235 is #B0DDCA. Grayscale: #313131. Windows color (decimal): -11591115 or 3482191. OLE color: 3482191.

HSL color Cylindrical-coordinate representation of color #4F2235: hue angle of 334.67º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F2235 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 34 53 -
CMYK 0 0.57 0.33 0.69
HSL 334.67º 0.4% 0.22% -
HSV(B) 334.67º 0.57% 0.31% -
XYZ 4.44 3.06 3.73 -
YUV 49.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 79 34 53 0 0.57 0.33 0.69 334.67 0.4 0.22
Hex 4F 22 35 0 39 21 45 14F 28 16
Octal 117 42 65 0 71 41 105 517 50 26
Binary 1001111 100010 110101 0 111001 100001 1000101 101001111 101000 10110

Color Harmonies of #4F2235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2235

Black with #4F2235

Text Example


Text Example

White with #4F2235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F2235; }

 p { color: rgb(79,34,53); }

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

background-color css

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

 a { background-color: rgb(79,34,53); }

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

border-color css

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

 span { border-color: rgb(79,34,53); }

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