Html Css Color HEX #5C141B Pohutukawa

📋 copy color: '#5C141B'

red 92 ◦ green 20 ◦ blue 27

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

Shades of Pohutukawa #5C141B

Tints of Pohutukawa #5C141B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.39%

 BLUE value IS 27 (10.94% from 255) = 19.42%

R = 66.19%
G = 14.39%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#5C141B (or 0x5C141B) is known color: Pohutukawa. HEX triplet: 5C, 14 and 1B. RGB value is (92,20,27). Sum of RGB (Red+Green+Blue) = 92+20+27=139 (18% of max value = 765). Red value is 92 (36.33% from 255 or 66.19% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 92 - color contains mainly: red. Hex color #5C141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C141B is #A3EBE4. Grayscale: #2A2A2A. Windows color (decimal): -10742757 or 1774684. OLE color: 1774684.

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

Color convert

RGB 92 20 27 -
CMYK 0 0.78 0.71 0.64
HSL 354.17º 0.64% 0.22% -
HSV(B) 354.17º 0.78% 0.36% -
XYZ 4.86 2.85 1.33 -
YUV 42.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 92 20 27 0 0.78 0.71 0.64 354.17 0.64 0.22
Hex 5C 14 1B 0 4E 47 40 162 40 16
Octal 134 24 33 0 116 107 100 542 100 26
Binary 1011100 10100 11011 0 1001110 1000111 1000000 101100010 1000000 10110

Color Harmonies of #5C141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C141B

Black with #5C141B

Text Example


Text Example

White with #5C141B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,20,27); }

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

background-color css

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

 a { background-color: rgb(92,20,27); }

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

border-color css

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

 span { border-color: rgb(92,20,27); }

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