Html Css Color HEX #650517 Pohutukawa

📋 copy color: '#650517'

red 101 ◦ green 5 ◦ blue 23

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

Shades of Pohutukawa #650517

Tints of Pohutukawa #650517

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.88%

 BLUE value IS 23 (9.38% from 255) = 17.83%

R = 78.29%
G = 3.88%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#650517 (or 0x650517) is known color: Pohutukawa. HEX triplet: 65, 05 and 17. RGB value is (101,5,23). Sum of RGB (Red+Green+Blue) = 101+5+23=129 (17% of max value = 765). Red value is 101 (39.84% from 255 or 78.29% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 101 - color contains mainly: red. Hex color #650517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650517 is #9AFAE8. Grayscale: #232323. Windows color (decimal): -10156777 or 1508709. OLE color: 1508709.

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

Color convert

RGB 101 5 23 -
CMYK 0 0.95 0.77 0.60
HSL 348.75º 0.91% 0.21% -
HSV(B) 348.75º 0.95% 0.4% -
XYZ 5.58 2.94 1.08 -
YUV 35.76 120.8 174.54 -
System Red Green Blue C M Y K H S L
Decimal 101 5 23 0 0.95 0.77 0.60 348.75 0.91 0.21
Hex 65 5 17 0 5F 4D 3C 15D 5B 15
Octal 145 5 27 0 137 115 74 535 133 25
Binary 1100101 101 10111 0 1011111 1001101 111100 101011101 1011011 10101

Color Harmonies of #650517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650517

Black with #650517

Text Example


Text Example

White with #650517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650517; }

 p { color: rgb(101,5,23); }

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

background-color css

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

 a { background-color: rgb(101,5,23); }

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

border-color css

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

 span { border-color: rgb(101,5,23); }

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