Html Css Color HEX #650413 Pohutukawa

📋 copy color: '#650413'

red 101 ◦ green 4 ◦ blue 19

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

Shades of Pohutukawa #650413

Tints of Pohutukawa #650413

RGB

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

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

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

R = 81.45%
G = 3.23%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#650413 (or 0x650413) is known color: Pohutukawa. HEX triplet: 65, 04 and 13. RGB value is (101,4,19). Sum of RGB (Red+Green+Blue) = 101+4+19=124 (16% of max value = 765). Red value is 101 (39.84% from 255 or 81.45% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 101 - color contains mainly: red. Hex color #650413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650413 is #9AFBEC. Grayscale: #222222. Windows color (decimal): -10157037 or 1246309. OLE color: 1246309.

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

Color convert

RGB 101 4 19 -
CMYK 0 0.96 0.81 0.60
HSL 350.72º 0.92% 0.21% -
HSV(B) 350.72º 0.96% 0.4% -
XYZ 5.53 2.9 0.88 -
YUV 34.71 119.14 175.28 -
System Red Green Blue C M Y K H S L
Decimal 101 4 19 0 0.96 0.81 0.60 350.72 0.92 0.21
Hex 65 4 13 0 60 51 3C 15F 5C 15
Octal 145 4 23 0 140 121 74 537 134 25
Binary 1100101 100 10011 0 1100000 1010001 111100 101011111 1011100 10101

Color Harmonies of #650413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650413

Black with #650413

Text Example


Text Example

White with #650413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650413; }

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

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

background-color css

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

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

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

border-color css

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

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

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