Html Css Color HEX #4F1A30 Castro

📋 copy color: '#4F1A30'

red 79 ◦ green 26 ◦ blue 48

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

Shades of Castro #4F1A30

Tints of Castro #4F1A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.99%

 BLUE value IS 48 (19.14% from 255) = 31.37%

R = 51.63%
G = 16.99%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#4F1A30 (or 0x4F1A30) is known color: Castro. HEX triplet: 4F, 1A and 30. RGB value is (79,26,48). Sum of RGB (Red+Green+Blue) = 79+26+48=153 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.63% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1A30 is #B0E5CF. Grayscale: #2C2C2C. Windows color (decimal): -11593168 or 3152463. OLE color: 3152463.

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

Color convert

RGB 79 26 48 -
CMYK 0 0.67 0.39 0.69
HSL 335.09º 0.5% 0.21% -
HSV(B) 335.09º 0.67% 0.31% -
XYZ 4.13 2.61 3.08 -
YUV 44.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 79 26 48 0 0.67 0.39 0.69 335.09 0.5 0.21
Hex 4F 1A 30 0 43 27 45 14F 32 15
Octal 117 32 60 0 103 47 105 517 62 25
Binary 1001111 11010 110000 0 1000011 100111 1000101 101001111 110010 10101

Color Harmonies of #4F1A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1A30

Black with #4F1A30

Text Example


Text Example

White with #4F1A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,26,48); }

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

background-color css

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

 a { background-color: rgb(79,26,48); }

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

border-color css

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

 span { border-color: rgb(79,26,48); }

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