Html Css Color HEX #650D1E Pohutukawa

📋 copy color: '#650D1E'

red 101 ◦ green 13 ◦ blue 30

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

Shades of Pohutukawa #650D1E

Tints of Pohutukawa #650D1E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.03%

 BLUE value IS 30 (12.11% from 255) = 20.83%

R = 70.14%
G = 9.03%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#650D1E (or 0x650D1E) is known color: Pohutukawa. HEX triplet: 65, 0D and 1E. RGB value is (101,13,30). Sum of RGB (Red+Green+Blue) = 101+13+30=144 (19% of max value = 765). Red value is 101 (39.84% from 255 or 70.14% from 144); Green value is 13 (5.47% from 255 or 9.03% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 101 - color contains mainly: red. Hex color #650D1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650D1E is #9AF2E1. Grayscale: #292929. Windows color (decimal): -10154722 or 1969509. OLE color: 1969509.

HSL color Cylindrical-coordinate representation of color #650D1E: hue angle of 348.41º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #650D1E is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 13 30 -
CMYK 0 0.87 0.70 0.60
HSL 348.41º 0.77% 0.22% -
HSV(B) 348.41º 0.87% 0.4% -
XYZ 5.75 3.15 1.53 -
YUV 41.25 121.65 170.62 -
System Red Green Blue C M Y K H S L
Decimal 101 13 30 0 0.87 0.70 0.60 348.41 0.77 0.22
Hex 65 D 1E 0 57 46 3C 15C 4D 16
Octal 145 15 36 0 127 106 74 534 115 26
Binary 1100101 1101 11110 0 1010111 1000110 111100 101011100 1001101 10110

Color Harmonies of #650D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650D1E

Black with #650D1E

Text Example


Text Example

White with #650D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650D1E; }

 p { color: rgb(101,13,30); }

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

background-color css

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

 a { background-color: rgb(101,13,30); }

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

border-color css

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

 span { border-color: rgb(101,13,30); }

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