Html Css Color HEX #650D2D Pohutukawa

📋 copy color: '#650D2D'

red 101 ◦ green 13 ◦ blue 45

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

Shades of Pohutukawa #650D2D

Tints of Pohutukawa #650D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 28.3%

R = 63.52%
G = 8.18%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.60

RGB Variations

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

Color information

#650D2D (or 0x650D2D) is known color: Pohutukawa. HEX triplet: 65, 0D and 2D. RGB value is (101,13,45). Sum of RGB (Red+Green+Blue) = 101+13+45=159 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.52% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 101 - color contains mainly: red. Hex color #650D2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650D2D is #9AF2D2. Grayscale: #2A2A2A. Windows color (decimal): -10154707 or 2952549. OLE color: 2952549.

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

Color convert

RGB 101 13 45 -
CMYK 0 0.87 0.55 0.60
HSL 338.18º 0.77% 0.22% -
HSV(B) 338.18º 0.87% 0.4% -
XYZ 5.98 3.24 2.79 -
YUV 42.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 101 13 45 0 0.87 0.55 0.60 338.18 0.77 0.22
Hex 65 D 2D 0 57 37 3C 152 4D 16
Octal 145 15 55 0 127 67 74 522 115 26
Binary 1100101 1101 101101 0 1010111 110111 111100 101010010 1001101 10110

Color Harmonies of #650D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650D2D

Black with #650D2D

Text Example


Text Example

White with #650D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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