Html Css Color HEX #5D131A Pohutukawa

📋 copy color: '#5D131A'

red 93 ◦ green 19 ◦ blue 26

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

Shades of Pohutukawa #5D131A

Tints of Pohutukawa #5D131A

RGB

 RED value IS 93 (36.72% from 255) = 67.39%

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

 BLUE value IS 26 (10.55% from 255) = 18.84%

R = 67.39%
G = 13.77%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.64

RGB Variations

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

Color information

#5D131A (or 0x5D131A) is known color: Pohutukawa. HEX triplet: 5D, 13 and 1A. RGB value is (93,19,26). Sum of RGB (Red+Green+Blue) = 93+19+26=138 (18% of max value = 765). Red value is 93 (36.72% from 255 or 67.39% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 93 - color contains mainly: red. Hex color #5D131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D131A is #A2ECE5. Grayscale: #292929. Windows color (decimal): -10677478 or 1708893. OLE color: 1708893.

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

Color convert

RGB 93 19 26 -
CMYK 0 0.80 0.72 0.64
HSL 354.32º 0.66% 0.22% -
HSV(B) 354.32º 0.8% 0.36% -
XYZ 4.93 2.87 1.27 -
YUV 41.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 93 19 26 0 0.80 0.72 0.64 354.32 0.66 0.22
Hex 5D 13 1A 0 50 48 40 162 42 16
Octal 135 23 32 0 120 110 100 542 102 26
Binary 1011101 10011 11010 0 1010000 1001000 1000000 101100010 1000010 10110

Color Harmonies of #5D131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D131A

Black with #5D131A

Text Example


Text Example

White with #5D131A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,19,26); }

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

background-color css

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

 a { background-color: rgb(93,19,26); }

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

border-color css

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

 span { border-color: rgb(93,19,26); }

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