Html Css Color HEX #65121F Pohutukawa

📋 copy color: '#65121F'

red 101 ◦ green 18 ◦ blue 31

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

Shades of Pohutukawa #65121F

Tints of Pohutukawa #65121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12%

 BLUE value IS 31 (12.5% from 255) = 20.67%

R = 67.33%
G = 12%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#65121F (or 0x65121F) is known color: Pohutukawa. HEX triplet: 65, 12 and 1F. RGB value is (101,18,31). Sum of RGB (Red+Green+Blue) = 101+18+31=150 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.33% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 101 - color contains mainly: red. Hex color #65121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65121F is #9AEDE0. Grayscale: #2C2C2C. Windows color (decimal): -10153441 or 2036325. OLE color: 2036325.

HSL color Cylindrical-coordinate representation of color #65121F: hue angle of 350.6º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #65121F is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 18 31 -
CMYK 0 0.82 0.69 0.60
HSL 350.6º 0.7% 0.23% -
HSV(B) 350.6º 0.82% 0.4% -
XYZ 5.83 3.3 1.63 -
YUV 44.3 120.5 168.44 -
System Red Green Blue C M Y K H S L
Decimal 101 18 31 0 0.82 0.69 0.60 350.6 0.7 0.23
Hex 65 12 1F 0 52 45 3C 15F 46 17
Octal 145 22 37 0 122 105 74 537 106 27
Binary 1100101 10010 11111 0 1010010 1000101 111100 101011111 1000110 10111

Color Harmonies of #65121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65121F

Black with #65121F

Text Example


Text Example

White with #65121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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