Html Css Color HEX #650512 Pohutukawa

📋 copy color: '#650512'

red 101 ◦ green 5 ◦ blue 18

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

Shades of Pohutukawa #650512

Tints of Pohutukawa #650512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.52%

R = 81.45%
G = 4.03%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#650512 (or 0x650512) is known color: Pohutukawa. HEX triplet: 65, 05 and 12. RGB value is (101,5,18). Sum of RGB (Red+Green+Blue) = 101+5+18=124 (16% of max value = 765). Red value is 101 (39.84% from 255 or 81.45% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 101 - color contains mainly: red. Hex color #650512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650512 is #9AFAED. Grayscale: #232323. Windows color (decimal): -10156782 or 1181029. OLE color: 1181029.

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

Color convert

RGB 101 5 18 -
CMYK 0 0.95 0.82 0.60
HSL 351.88º 0.91% 0.21% -
HSV(B) 351.88º 0.95% 0.4% -
XYZ 5.53 2.92 0.84 -
YUV 35.19 118.3 174.94 -
System Red Green Blue C M Y K H S L
Decimal 101 5 18 0 0.95 0.82 0.60 351.88 0.91 0.21
Hex 65 5 12 0 5F 52 3C 160 5B 15
Octal 145 5 22 0 137 122 74 540 133 25
Binary 1100101 101 10010 0 1011111 1010010 111100 101100000 1011011 10101

Color Harmonies of #650512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650512

Black with #650512

Text Example


Text Example

White with #650512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650512; }

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

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

background-color css

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

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

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

border-color css

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

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

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