Html Css Color HEX #650513 Pohutukawa

📋 copy color: '#650513'

red 101 ◦ green 5 ◦ blue 19

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

Shades of Pohutukawa #650513

Tints of Pohutukawa #650513

RGB

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

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

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

R = 80.8%
G = 4%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#650513 (or 0x650513) is known color: Pohutukawa. HEX triplet: 65, 05 and 13. RGB value is (101,5,19). Sum of RGB (Red+Green+Blue) = 101+5+19=125 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.8% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 101 - color contains mainly: red. Hex color #650513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650513 is #9AFAEC. Grayscale: #232323. Windows color (decimal): -10156781 or 1246565. OLE color: 1246565.

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

Color convert

RGB 101 5 19 -
CMYK 0 0.95 0.81 0.60
HSL 351.25º 0.91% 0.21% -
HSV(B) 351.25º 0.95% 0.4% -
XYZ 5.54 2.92 0.89 -
YUV 35.3 118.8 174.86 -
System Red Green Blue C M Y K H S L
Decimal 101 5 19 0 0.95 0.81 0.60 351.25 0.91 0.21
Hex 65 5 13 0 5F 51 3C 15F 5B 15
Octal 145 5 23 0 137 121 74 537 133 25
Binary 1100101 101 10011 0 1011111 1010001 111100 101011111 1011011 10101

Color Harmonies of #650513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650513

Black with #650513

Text Example


Text Example

White with #650513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650513; }

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

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

background-color css

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

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

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

border-color css

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

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

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