Html Css Color HEX #5C141D Pohutukawa

📋 copy color: '#5C141D'

red 92 ◦ green 20 ◦ blue 29

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

Shades of Pohutukawa #5C141D

Tints of Pohutukawa #5C141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.57%

R = 65.25%
G = 14.18%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#5C141D (or 0x5C141D) is known color: Pohutukawa. HEX triplet: 5C, 14 and 1D. RGB value is (92,20,29). Sum of RGB (Red+Green+Blue) = 92+20+29=141 (18% of max value = 765). Red value is 92 (36.33% from 255 or 65.25% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 92 - color contains mainly: red. Hex color #5C141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C141D is #A3EBE2. Grayscale: #2A2A2A. Windows color (decimal): -10742755 or 1905756. OLE color: 1905756.

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

Color convert

RGB 92 20 29 -
CMYK 0 0.78 0.68 0.64
HSL 352.5º 0.64% 0.22% -
HSV(B) 352.5º 0.78% 0.36% -
XYZ 4.89 2.86 1.46 -
YUV 42.55 120.35 163.27 -
System Red Green Blue C M Y K H S L
Decimal 92 20 29 0 0.78 0.68 0.64 352.5 0.64 0.22
Hex 5C 14 1D 0 4E 44 40 160 40 16
Octal 134 24 35 0 116 104 100 540 100 26
Binary 1011100 10100 11101 0 1001110 1000100 1000000 101100000 1000000 10110

Color Harmonies of #5C141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C141D

Black with #5C141D

Text Example


Text Example

White with #5C141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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