Html Css Color HEX #650613 Pohutukawa

📋 copy color: '#650613'

red 101 ◦ green 6 ◦ blue 19

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

Shades of Pohutukawa #650613

Tints of Pohutukawa #650613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.76%

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

R = 80.16%
G = 4.76%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#650613 (or 0x650613) is known color: Pohutukawa. HEX triplet: 65, 06 and 13. RGB value is (101,6,19). Sum of RGB (Red+Green+Blue) = 101+6+19=126 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.16% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 101 - color contains mainly: red. Hex color #650613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650613 is #9AF9EC. Grayscale: #232323. Windows color (decimal): -10156525 or 1246821. OLE color: 1246821.

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

Color convert

RGB 101 6 19 -
CMYK 0 0.94 0.81 0.60
HSL 351.79º 0.89% 0.21% -
HSV(B) 351.79º 0.94% 0.4% -
XYZ 5.55 2.94 0.89 -
YUV 35.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 101 6 19 0 0.94 0.81 0.60 351.79 0.89 0.21
Hex 65 6 13 0 5E 51 3C 160 59 15
Octal 145 6 23 0 136 121 74 540 131 25
Binary 1100101 110 10011 0 1011110 1010001 111100 101100000 1011001 10101

Color Harmonies of #650613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650613

Black with #650613

Text Example


Text Example

White with #650613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650613; }

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

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

background-color css

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

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

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

border-color css

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

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

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