Html Css Color HEX #5C131D Pohutukawa

📋 copy color: '#5C131D'

red 92 ◦ green 19 ◦ blue 29

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

Shades of Pohutukawa #5C131D

Tints of Pohutukawa #5C131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.57%

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

R = 65.71%
G = 13.57%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#5C131D (or 0x5C131D) is known color: Pohutukawa. HEX triplet: 5C, 13 and 1D. RGB value is (92,19,29). Sum of RGB (Red+Green+Blue) = 92+19+29=140 (18% of max value = 765). Red value is 92 (36.33% from 255 or 65.71% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 92 - color contains mainly: red. Hex color #5C131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C131D is #A3ECE2. Grayscale: #292929. Windows color (decimal): -10743011 or 1905500. OLE color: 1905500.

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

Color convert

RGB 92 19 29 -
CMYK 0 0.79 0.68 0.64
HSL 351.78º 0.66% 0.22% -
HSV(B) 351.78º 0.79% 0.36% -
XYZ 4.87 2.83 1.45 -
YUV 41.97 120.68 163.69 -
System Red Green Blue C M Y K H S L
Decimal 92 19 29 0 0.79 0.68 0.64 351.78 0.66 0.22
Hex 5C 13 1D 0 4F 44 40 160 42 16
Octal 134 23 35 0 117 104 100 540 102 26
Binary 1011100 10011 11101 0 1001111 1000100 1000000 101100000 1000010 10110

Color Harmonies of #5C131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C131D

Black with #5C131D

Text Example


Text Example

White with #5C131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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