Html Css Color HEX #4C1F2D Castro

📋 copy color: '#4C1F2D'

red 76 ◦ green 31 ◦ blue 45

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

Shades of Castro #4C1F2D

Tints of Castro #4C1F2D

RGB

 RED value IS 76 (30.08% from 255) = 50%

 GREEN value IS 31 (12.5% from 255) = 20.39%

 BLUE value IS 45 (17.97% from 255) = 29.61%

R = 50%
G = 20.39%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.70

RGB Variations

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

Color information

#4C1F2D (or 0x4C1F2D) is known color: Castro. HEX triplet: 4C, 1F and 2D. RGB value is (76,31,45). Sum of RGB (Red+Green+Blue) = 76+31+45=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1F2D is #B3E0D2. Grayscale: #2E2E2E. Windows color (decimal): -11788499 or 2957132. OLE color: 2957132.

HSL color Cylindrical-coordinate representation of color #4C1F2D: hue angle of 341.33º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C1F2D is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 31 45 -
CMYK 0 0.59 0.41 0.70
HSL 341.33º 0.42% 0.21% -
HSV(B) 341.33º 0.59% 0.3% -
XYZ 3.94 2.71 2.8 -
YUV 46.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 76 31 45 0 0.59 0.41 0.70 341.33 0.42 0.21
Hex 4C 1F 2D 0 3B 29 46 155 2A 15
Octal 114 37 55 0 73 51 106 525 52 25
Binary 1001100 11111 101101 0 111011 101001 1000110 101010101 101010 10101

Color Harmonies of #4C1F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1F2D

Black with #4C1F2D

Text Example


Text Example

White with #4C1F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,31,45); }

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

background-color css

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

 a { background-color: rgb(76,31,45); }

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

border-color css

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

 span { border-color: rgb(76,31,45); }

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