Html Css Color HEX #651113 Pohutukawa

📋 copy color: '#651113'

red 101 ◦ green 17 ◦ blue 19

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

Shades of Pohutukawa #651113

Tints of Pohutukawa #651113

RGB

 RED value IS 101 (39.84% from 255) = 73.72%

 GREEN value IS 17 (7.03% from 255) = 12.41%

 BLUE value IS 19 (7.81% from 255) = 13.87%

R = 73.72%
G = 12.41%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#651113 (or 0x651113) is known color: Pohutukawa. HEX triplet: 65, 11 and 13. RGB value is (101,17,19). Sum of RGB (Red+Green+Blue) = 101+17+19=137 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.72% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 101 - color contains mainly: red. Hex color #651113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651113 is #9AEEEC. Grayscale: #2A2A2A. Windows color (decimal): -10153709 or 1249637. OLE color: 1249637.

HSL color Cylindrical-coordinate representation of color #651113: hue angle of 358.57º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #651113 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 17 19 -
CMYK 0 0.83 0.81 0.60
HSL 358.57º 0.71% 0.23% -
HSV(B) 358.57º 0.83% 0.4% -
XYZ 5.68 3.21 0.94 -
YUV 42.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 101 17 19 0 0.83 0.81 0.60 358.57 0.71 0.23
Hex 65 11 13 0 53 51 3C 167 47 17
Octal 145 21 23 0 123 121 74 547 107 27
Binary 1100101 10001 10011 0 1010011 1010001 111100 101100111 1000111 10111

Color Harmonies of #651113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651113

Black with #651113

Text Example


Text Example

White with #651113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651113; }

 p { color: rgb(101,17,19); }

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

background-color css

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

 a { background-color: rgb(101,17,19); }

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

border-color css

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

 span { border-color: rgb(101,17,19); }

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