Html Css Color HEX #5C152A Pohutukawa

📋 copy color: '#5C152A'

red 92 ◦ green 21 ◦ blue 42

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

Shades of Pohutukawa #5C152A

Tints of Pohutukawa #5C152A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.1%

R = 59.35%
G = 13.55%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.64

RGB Variations

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

Color information

#5C152A (or 0x5C152A) is known color: Pohutukawa. HEX triplet: 5C, 15 and 2A. RGB value is (92,21,42). Sum of RGB (Red+Green+Blue) = 92+21+42=155 (20% of max value = 765). Red value is 92 (36.33% from 255 or 59.35% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 92 - color contains mainly: red. Hex color #5C152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C152A is #A3EAD5. Grayscale: #2C2C2C. Windows color (decimal): -10742486 or 2757980. OLE color: 2757980.

HSL color Cylindrical-coordinate representation of color #5C152A: hue angle of 342.25º 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 #5C152A is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 21 42 -
CMYK 0 0.77 0.54 0.64
HSL 342.25º 0.63% 0.22% -
HSV(B) 342.25º 0.77% 0.36% -
XYZ 5.1 2.98 2.5 -
YUV 44.62 126.52 161.79 -
System Red Green Blue C M Y K H S L
Decimal 92 21 42 0 0.77 0.54 0.64 342.25 0.63 0.22
Hex 5C 15 2A 0 4D 36 40 156 3F 16
Octal 134 25 52 0 115 66 100 526 77 26
Binary 1011100 10101 101010 0 1001101 110110 1000000 101010110 111111 10110

Color Harmonies of #5C152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C152A

Black with #5C152A

Text Example


Text Example

White with #5C152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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