Html Css Color HEX #650D1A Pohutukawa

📋 copy color: '#650D1A'

red 101 ◦ green 13 ◦ blue 26

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

Shades of Pohutukawa #650D1A

Tints of Pohutukawa #650D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.57%

R = 72.14%
G = 9.29%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#650D1A (or 0x650D1A) is known color: Pohutukawa. HEX triplet: 65, 0D and 1A. RGB value is (101,13,26). Sum of RGB (Red+Green+Blue) = 101+13+26=140 (18% of max value = 765). Red value is 101 (39.84% from 255 or 72.14% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 101 - color contains mainly: red. Hex color #650D1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650D1A is #9AF2E5. Grayscale: #282828. Windows color (decimal): -10154726 or 1707365. OLE color: 1707365.

HSL color Cylindrical-coordinate representation of color #650D1A: hue angle of 351.14º 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 #650D1A is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 13 26 -
CMYK 0 0.87 0.74 0.60
HSL 351.14º 0.77% 0.22% -
HSV(B) 351.14º 0.87% 0.4% -
XYZ 5.7 3.13 1.28 -
YUV 40.79 119.65 170.94 -
System Red Green Blue C M Y K H S L
Decimal 101 13 26 0 0.87 0.74 0.60 351.14 0.77 0.22
Hex 65 D 1A 0 57 4A 3C 15F 4D 16
Octal 145 15 32 0 127 112 74 537 115 26
Binary 1100101 1101 11010 0 1010111 1001010 111100 101011111 1001101 10110

Color Harmonies of #650D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650D1A

Black with #650D1A

Text Example


Text Example

White with #650D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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