Html Css Color HEX #650509 Pohutukawa

📋 copy color: '#650509'

red 101 ◦ green 5 ◦ blue 9

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

Shades of Pohutukawa #650509

Tints of Pohutukawa #650509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.83%

R = 87.83%
G = 4.35%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.60

RGB Variations

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

Color information

#650509 (or 0x650509) is known color: Pohutukawa. HEX triplet: 65, 05 and 09. RGB value is (101,5,9). Sum of RGB (Red+Green+Blue) = 101+5+9=115 (15% of max value = 765). Red value is 101 (39.84% from 255 or 87.83% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 101 - color contains mainly: red. Hex color #650509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650509 is #9AFAF6. Grayscale: #222222. Windows color (decimal): -10156791 or 591205. OLE color: 591205.

HSL color Cylindrical-coordinate representation of color #650509: hue angle of 357.5º 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 #650509 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 5 9 -
CMYK 0 0.95 0.91 0.60
HSL 357.5º 0.91% 0.21% -
HSV(B) 357.5º 0.95% 0.4% -
XYZ 5.47 2.89 0.53 -
YUV 34.16 113.8 175.67 -
System Red Green Blue C M Y K H S L
Decimal 101 5 9 0 0.95 0.91 0.60 357.5 0.91 0.21
Hex 65 5 9 0 5F 5B 3C 166 5B 15
Octal 145 5 11 0 137 133 74 546 133 25
Binary 1100101 101 1001 0 1011111 1011011 111100 101100110 1011011 10101

Color Harmonies of #650509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650509

Black with #650509

Text Example


Text Example

White with #650509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650509; }

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

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

background-color css

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

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

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

border-color css

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

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

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