Html Css Color HEX #5C152C Pohutukawa

📋 copy color: '#5C152C'

red 92 ◦ green 21 ◦ blue 44

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

Shades of Pohutukawa #5C152C

Tints of Pohutukawa #5C152C

RGB

 RED value IS 92 (36.33% from 255) = 58.6%

 GREEN value IS 21 (8.59% from 255) = 13.38%

 BLUE value IS 44 (17.58% from 255) = 28.03%

R = 58.6%
G = 13.38%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.64

RGB Variations

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

Color information

#5C152C (or 0x5C152C) is known color: Pohutukawa. HEX triplet: 5C, 15 and 2C. RGB value is (92,21,44). Sum of RGB (Red+Green+Blue) = 92+21+44=157 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.60% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 92 - color contains mainly: red. Hex color #5C152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C152C is #A3EAD3. Grayscale: #2C2C2C. Windows color (decimal): -10742484 or 2889052. OLE color: 2889052.

HSL color Cylindrical-coordinate representation of color #5C152C: hue angle of 340.56º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C152C is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 21 44 -
CMYK 0 0.77 0.52 0.64
HSL 340.56º 0.63% 0.22% -
HSV(B) 340.56º 0.77% 0.36% -
XYZ 5.14 2.99 2.69 -
YUV 44.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 92 21 44 0 0.77 0.52 0.64 340.56 0.63 0.22
Hex 5C 15 2C 0 4D 34 40 155 3F 16
Octal 134 25 54 0 115 64 100 525 77 26
Binary 1011100 10101 101100 0 1001101 110100 1000000 101010101 111111 10110

Color Harmonies of #5C152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C152C

Black with #5C152C

Text Example


Text Example

White with #5C152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C152C; }

 p { color: rgb(92,21,44); }

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

background-color css

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

 a { background-color: rgb(92,21,44); }

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

border-color css

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

 span { border-color: rgb(92,21,44); }

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