Html Css Color HEX #650410 Pohutukawa

📋 copy color: '#650410'

red 101 ◦ green 4 ◦ blue 16

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

Shades of Pohutukawa #650410

Tints of Pohutukawa #650410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.31%

 BLUE value IS 16 (6.64% from 255) = 13.22%

R = 83.47%
G = 3.31%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#650410 (or 0x650410) is known color: Pohutukawa. HEX triplet: 65, 04 and 10. RGB value is (101,4,16). Sum of RGB (Red+Green+Blue) = 101+4+16=121 (16% of max value = 765). Red value is 101 (39.84% from 255 or 83.47% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 101 - color contains mainly: red. Hex color #650410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650410 is #9AFBEF. Grayscale: #222222. Windows color (decimal): -10157040 or 1049701. OLE color: 1049701.

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

Color convert

RGB 101 4 16 -
CMYK 0 0.96 0.84 0.60
HSL 352.58º 0.92% 0.21% -
HSV(B) 352.58º 0.96% 0.4% -
XYZ 5.5 2.89 0.76 -
YUV 34.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 101 4 16 0 0.96 0.84 0.60 352.58 0.92 0.21
Hex 65 4 10 0 60 54 3C 161 5C 15
Octal 145 4 20 0 140 124 74 541 134 25
Binary 1100101 100 10000 0 1100000 1010100 111100 101100001 1011100 10101

Color Harmonies of #650410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650410

Black with #650410

Text Example


Text Example

White with #650410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650410; }

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

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

background-color css

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

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

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

border-color css

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

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

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