Html Css Color HEX #69141F Pohutukawa

📋 copy color: '#69141F'

red 105 ◦ green 20 ◦ blue 31

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

Shades of Pohutukawa #69141F

Tints of Pohutukawa #69141F

RGB

 RED value IS 105 (41.41% from 255) = 67.31%

 GREEN value IS 20 (8.2% from 255) = 12.82%

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

R = 67.31%
G = 12.82%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#69141F (or 0x69141F) is known color: Pohutukawa. HEX triplet: 69, 14 and 1F. RGB value is (105,20,31). Sum of RGB (Red+Green+Blue) = 105+20+31=156 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.31% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 105 - color contains mainly: red. Hex color #69141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69141F is #96EBE0. Grayscale: #2E2E2E. Windows color (decimal): -9890785 or 2036841. OLE color: 2036841.

HSL color Cylindrical-coordinate representation of color #69141F: hue angle of 352.24º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #69141F is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 20 31 -
CMYK 0 0.81 0.70 0.59
HSL 352.24º 0.68% 0.25% -
HSV(B) 352.24º 0.81% 0.41% -
XYZ 6.32 3.6 1.66 -
YUV 46.67 119.16 169.61 -
System Red Green Blue C M Y K H S L
Decimal 105 20 31 0 0.81 0.70 0.59 352.24 0.68 0.25
Hex 69 14 1F 0 51 46 3B 160 44 19
Octal 151 24 37 0 121 106 73 540 104 31
Binary 1101001 10100 11111 0 1010001 1000110 111011 101100000 1000100 11001

Color Harmonies of #69141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69141F

Black with #69141F

Text Example


Text Example

White with #69141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,20,31); }

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

background-color css

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

 a { background-color: rgb(105,20,31); }

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

border-color css

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

 span { border-color: rgb(105,20,31); }

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