Html Css Color HEX #650309 Pohutukawa

📋 copy color: '#650309'

red 101 ◦ green 3 ◦ blue 9

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

Shades of Pohutukawa #650309

Tints of Pohutukawa #650309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.65%

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

R = 89.38%
G = 2.65%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.60

RGB Variations

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

Color information

#650309 (or 0x650309) is known color: Pohutukawa. HEX triplet: 65, 03 and 09. RGB value is (101,3,9). Sum of RGB (Red+Green+Blue) = 101+3+9=113 (14% of max value = 765). Red value is 101 (39.84% from 255 or 89.38% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 101 - color contains mainly: red. Hex color #650309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650309 is #9AFCF6. Grayscale: #212121. Windows color (decimal): -10157303 or 590693. OLE color: 590693.

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

Color convert

RGB 101 3 9 -
CMYK 0 0.97 0.91 0.60
HSL 356.33º 0.94% 0.2% -
HSV(B) 356.33º 0.97% 0.4% -
XYZ 5.45 2.85 0.52 -
YUV 32.99 114.47 176.51 -
System Red Green Blue C M Y K H S L
Decimal 101 3 9 0 0.97 0.91 0.60 356.33 0.94 0.2
Hex 65 3 9 0 61 5B 3C 164 5E 14
Octal 145 3 11 0 141 133 74 544 136 24
Binary 1100101 11 1001 0 1100001 1011011 111100 101100100 1011110 10100

Color Harmonies of #650309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650309

Black with #650309

Text Example


Text Example

White with #650309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650309; }

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

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

background-color css

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

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

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

border-color css

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

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

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