Html Css Color HEX #650518 Pohutukawa

📋 copy color: '#650518'

red 101 ◦ green 5 ◦ blue 24

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

Shades of Pohutukawa #650518

Tints of Pohutukawa #650518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.46%

R = 77.69%
G = 3.85%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#650518 (or 0x650518) is known color: Pohutukawa. HEX triplet: 65, 05 and 18. RGB value is (101,5,24). Sum of RGB (Red+Green+Blue) = 101+5+24=130 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.69% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 101 - color contains mainly: red. Hex color #650518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650518 is #9AFAE7. Grayscale: #232323. Windows color (decimal): -10156776 or 1574245. OLE color: 1574245.

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

Color convert

RGB 101 5 24 -
CMYK 0 0.95 0.76 0.60
HSL 348.13º 0.91% 0.21% -
HSV(B) 348.13º 0.95% 0.4% -
XYZ 5.59 2.94 1.14 -
YUV 35.87 121.3 174.46 -
System Red Green Blue C M Y K H S L
Decimal 101 5 24 0 0.95 0.76 0.60 348.13 0.91 0.21
Hex 65 5 18 0 5F 4C 3C 15C 5B 15
Octal 145 5 30 0 137 114 74 534 133 25
Binary 1100101 101 11000 0 1011111 1001100 111100 101011100 1011011 10101

Color Harmonies of #650518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650518

Black with #650518

Text Example


Text Example

White with #650518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650518; }

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

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

background-color css

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

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

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

border-color css

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

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

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