Html Css Color HEX #4F1E34 Castro

📋 copy color: '#4F1E34'

red 79 ◦ green 30 ◦ blue 52

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

Shades of Castro #4F1E34

Tints of Castro #4F1E34

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.63%

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

R = 49.07%
G = 18.63%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#4F1E34 (or 0x4F1E34) is known color: Castro. HEX triplet: 4F, 1E and 34. RGB value is (79,30,52). Sum of RGB (Red+Green+Blue) = 79+30+52=161 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.07% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1E34 is #B0E1CB. Grayscale: #2F2F2F. Windows color (decimal): -11592140 or 3415631. OLE color: 3415631.

HSL color Cylindrical-coordinate representation of color #4F1E34: hue angle of 333.06º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F1E34 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 30 52 -
CMYK 0 0.62 0.34 0.69
HSL 333.06º 0.45% 0.21% -
HSV(B) 333.06º 0.62% 0.31% -
XYZ 4.31 2.84 3.57 -
YUV 47.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 79 30 52 0 0.62 0.34 0.69 333.06 0.45 0.21
Hex 4F 1E 34 0 3E 22 45 14D 2D 15
Octal 117 36 64 0 76 42 105 515 55 25
Binary 1001111 11110 110100 0 111110 100010 1000101 101001101 101101 10101

Color Harmonies of #4F1E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1E34

Black with #4F1E34

Text Example


Text Example

White with #4F1E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,30,52); }

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

background-color css

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

 a { background-color: rgb(79,30,52); }

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

border-color css

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

 span { border-color: rgb(79,30,52); }

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