Html Css Color HEX #650514 Pohutukawa

📋 copy color: '#650514'

red 101 ◦ green 5 ◦ blue 20

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

Shades of Pohutukawa #650514

Tints of Pohutukawa #650514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.87%

R = 80.16%
G = 3.97%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#650514 (or 0x650514) is known color: Pohutukawa. HEX triplet: 65, 05 and 14. RGB value is (101,5,20). Sum of RGB (Red+Green+Blue) = 101+5+20=126 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.16% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 101 - color contains mainly: red. Hex color #650514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650514 is #9AFAEB. Grayscale: #232323. Windows color (decimal): -10156780 or 1312101. OLE color: 1312101.

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

Color convert

RGB 101 5 20 -
CMYK 0 0.95 0.80 0.60
HSL 350.63º 0.91% 0.21% -
HSV(B) 350.63º 0.95% 0.4% -
XYZ 5.55 2.93 0.93 -
YUV 35.41 119.3 174.78 -
System Red Green Blue C M Y K H S L
Decimal 101 5 20 0 0.95 0.80 0.60 350.63 0.91 0.21
Hex 65 5 14 0 5F 50 3C 15F 5B 15
Octal 145 5 24 0 137 120 74 537 133 25
Binary 1100101 101 10100 0 1011111 1010000 111100 101011111 1011011 10101

Color Harmonies of #650514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650514

Black with #650514

Text Example


Text Example

White with #650514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650514; }

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

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

background-color css

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

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

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

border-color css

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

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

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