Html Css Color HEX #651016 Pohutukawa

📋 copy color: '#651016'

red 101 ◦ green 16 ◦ blue 22

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

Shades of Pohutukawa #651016

Tints of Pohutukawa #651016

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.51%

 BLUE value IS 22 (8.98% from 255) = 15.83%

R = 72.66%
G = 11.51%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#651016 (or 0x651016) is known color: Pohutukawa. HEX triplet: 65, 10 and 16. RGB value is (101,16,22). Sum of RGB (Red+Green+Blue) = 101+16+22=139 (18% of max value = 765). Red value is 101 (39.84% from 255 or 72.66% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 101 - color contains mainly: red. Hex color #651016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651016 is #9AEFE9. Grayscale: #2A2A2A. Windows color (decimal): -10153962 or 1445989. OLE color: 1445989.

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

Color convert

RGB 101 16 22 -
CMYK 0 0.84 0.78 0.60
HSL 355.76º 0.73% 0.23% -
HSV(B) 355.76º 0.84% 0.4% -
XYZ 5.7 3.2 1.08 -
YUV 42.1 116.66 170.01 -
System Red Green Blue C M Y K H S L
Decimal 101 16 22 0 0.84 0.78 0.60 355.76 0.73 0.23
Hex 65 10 16 0 54 4E 3C 164 49 17
Octal 145 20 26 0 124 116 74 544 111 27
Binary 1100101 10000 10110 0 1010100 1001110 111100 101100100 1001001 10111

Color Harmonies of #651016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651016

Black with #651016

Text Example


Text Example

White with #651016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651016; }

 p { color: rgb(101,16,22); }

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

background-color css

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

 a { background-color: rgb(101,16,22); }

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

border-color css

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

 span { border-color: rgb(101,16,22); }

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